How to enable the shell to know what program should be run
to interpret the script?
Answers were Sorted based on User's Feedback
Why is a script important?
Using set -A write a script to print the output of the ls command in 5 columns with two spaces between each column. Pretend that ls does not have multicolumn output.
How do I save a powershell script?
How to pass an argument to a script?
What is the difference between grep and egrep?
How to customise the existing shell?
How do I run a .sh file on mac?
write a scwipt that a) takes exactly one argument, a directory name. b) if the number of argument is more or less than one,print a usage message c) if the argument is not adirectory, print another message d) for the given directory, print the five biggest files and the five files that were most recently modified. e) save the output to a file called q2output.
What does .sh file contain?
Tell something about the super block in shell scripting?
What does echo $0 do?
What is option in shell script?