|
Shell scripting exercises
Create a new directory bash_scripts where you will run the
shell scripting exercises.
Note, it is recommended to create a new script file for every exercise; make them executable; give them names with
extension .sh -- it is just a convention rather than a must.
The first line of a bash script starts with
All non-executable comments in a script are prepended with #
Script scr1.sh is like a calculator:
Make the script executable and run
References: for details, consult Bash Guide for Beginners
include("right-side-menu.inc");
?>
|