public bash • 3 min read • How to Use seq Command in Bash Use seq commands in bash with our step-by-step tutorial. It is a tool that creates a string of numbers in sequence.…
public bash • 4 min read • Bash: Write to File Learn bash: write to file with our step-by-step tutorial. Bash is a widely used command-line shell and scripting language in Unix-like OS.…
public stderr • 3 min read • How to Redirect stderr to stdout in Bash Redirect stderr to stdout in Bash with our step-by-step tutorial. Errors occur when redirecting command output or piping it to another program.…
public bash • 6 min read • Bash if..else Statement Understand bash if-else statements with our step-by-step tutorial. It allows you to perform execution of commands based on certain conditions.…
public create • 4 min read • How to Create Bash Aliases Create Bash Aliases with our step-by-step tutorial. Aliases in Bash is used to create a shortcut command for a longer command.…
public bash • 4 min read • Bash Select (Make Menus) Learn bash select with our step-by-step tutorial. It is used to create menus and interactive selection prompts in scripts.…
public bash • 5 min read • How to Use the Bash Functions Use bash functions with our step-by-step tutorial. Bash functions can be very helpful while writing your shell scripts.…
public bash • 4 min read • How to Read a File Line By Line in Bash Read a File Line By Line in Bash with our step-by-step tutorial. In Bash scripts, you might need to read a file line by line.…
public arrays • 6 min read • How to Use Bash Arrays Use Bash Arrays with our step-by-step tutorial. It is a data structure that allows you to store multiple values under a single name.…
public string • 5 min read • How to Compare Strings on Bash Compare Strings in Bash with our step-by-step tutorial. Strings are an essential concept in programming and computer science.…
public string • 3 min read • How to Check if a String Contains a Substring in Bash Check if a String Contains a Substring in Bash with our step-by-step tutorial. It is a data type used to represent and manipulate text.…
public bash • 6 min read • How to Check if a File or Directory Exists on Bash Check if a File or Directory Exists in Bash with our step-by-step tutorial. Bash is a widely used shell and scripting language in Unix systems.…