A bash script that reads a file name from the user and display its contents
Here are the simple bash script that reads a file name from the user and displays its contents on the ...
Read more
How to use variables in bash shell script?
Here are the steps on how to use variables in bash shell script to store and display your name, age, ...
Read more
How to add/subtract/multiply/divide two numbers in bash script?
Here are the simple steps on how to add/subtract/multiply/divide two numbers in bash script. 1. Create a new file as ...
Read more
Bash script that checks if a file exists in a specific directory
Here are the simple steps to check if a file exists in a specific directory using Bash script in linux. ...
Read more
How to create simple shell scripts in linux?
Here are the 50 practical scenarios on how to create simple shell scripts in linux, which can help you prepare ...
Read more