Linux Course - Some Exercises
Exercises
Shell scripts / Bash
List the scripts directory
-
3. Load a file into an array and display a word on an offset received as argument
script3
-
4. Write a script called countdown
script4-countdown
-
5. Change countdown to accept an argument that will be the number we start counting down from.
script5-countdown-prompt
-
6. Write Script to find out biggest number from given three numbers. Numbers are supplied as command line argument. Print error if sufficient arguments are not supplied.
script6-bigfrom3
Some usefull links
Shell Scripting