Git Bash Git can be defined as a set of command-line utility programs designed to execute on a Windows environment. Many operating…
bash scripting
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 Case In this topic, we will discuss the basics of case statements and how to use them in Bash scripts. The…
Read User Input In this topic, we will learn how to read the user input from the terminal and the script. To…
Quotes in Bash In this topic, we will learn to use quotes in Bash Scripts. When we want variables to store more…
Bash check if file Exists Most of the time, we may find a situation where we may need to perform an action…
Relative vs. Absolute path Before creating a first Bash Script, you should be well aware of the shell navigation and the difference…
Zsh Vs. Bash Zsh shell is one of the most popular shells. It is also known as the “Z shell”. Although the…
Bash Check if Variable is Set A variable is often referred to as a box containing a name and the contents. A…
Bash Scripting Bash Scripting is a powerful part of system administration and development used at an extreme level. It is used by…