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…
December 2019
-
-
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…
-
If you are new to Git or to Unix systems, you might have come across Git patch files or git patch commands. Git patch files are very beneficial : they…
-
When working on a team project, it is quite common for developers to create branches, add files and stage them for commits when they are ready. However, in some cases,…
-
If you have been working with Git for quite some time, you know how important it is to setup SSH authentication. SSH authentication is one of two ways of logging…
-
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…
- 1
- 2