As a system administrator, it is quite likely that you have written some Bash scripts in order to automate your work. For example, you may want to run Bash scripts…
Tag:
bash
-
-
When working with Bash and shell scripting, you might need to check whether a directory or a file exists or not on your filesystem. Based on this condition, you can…
-
In our previous tutorial on Bash, we have seen how you can effectively create, run and write simple conditional statements in Bash. You have discovered many concepts of Bash such…
-
This tutorial discusses how you can easily write your own Bash scripts on Linux. As a system administrator, it is quite likely that you are performing repetitive tasks that could…
-
Every system administrator got this error at least one time in a shell : “bash : command not found“. However, you were pretty sure that you wrote the command correctly,…