In this tutorial, I have written a small program opening application by the shell script. Linux the essential for DevOps…
Bash Script
Bash script symbolic link
In this tutorial, How do I use the Bash script symbolic link? A symbolic link or a soft link. Much…
Bash script create new file
In this tutorial, I use a bash script to create a new file. Trick and tips create folder and file…
Bash for loop range
In this tutorial, How do I use bash for loop range step N? The seq method is simple. Bash script…
Bash script recursive file list
In this tutorial, How do I use BASH script to recursively list files directories and subdirectories? Bash script the essential…
Bash string comparison
In this tutorial, How do I use bash string comparison? In the bash shell use the if statement “==” to…
Bash substitution string example
In this tutorial, How to use Bash substitution string. I usually use bash substitution. Bash script the essential for DevOps…
Bash sleep until time
How to Bash sleep until time or delay a specific amount of time. How do I pause for 5 seconds…
Bash script arguments into a function
How to pass arguments into a function? How to Bash all arguments into a function? Bash script the essential for…
Bash script run by root or not
How do I check bash script is being run as a root user or not. when creating a new account…