Git Bash Git can be defined as a set of command-line utility programs designed to execute on a Windows environment. Many operating…
hello world bash script
Bash Hash Command On UNIX-like operating systems, a hash is a built-in command of the bash shell, which is used to list…
Bash Concatenate String In this topic, we have explained how to add or concatenate strings in Bash Shell Scripting. In bash scripting,…
Bash Split String In this topic, we have defined how to split a string in bash shell scripting. In some cases, we…
Bash Date Formatting In this topic, we will learn about available format options for date command and understand how can we use…
Bash String In this topic, we have demonstrated about bash string and its operators. Like other programming languages, Bash String is a…
Bash Else If In this topic, we will understand how to use else-if (elif) statements in Bash scripts to get our automated…
Bash Substring In this topic, we have explained how to compute substring of a given string. A substring is a sequence of…
Filesystem and File Permissions The Filesystem is a kind of structure organized with the collection of files or folders. It determines control…
Bash Until Loop In this topic, we have defined how to use until loop statement in Bash Script. The while loop is…