How to enable the shell to know what program should be run
to interpret the script?
Answers were Sorted based on User's Feedback
What is wc in shell script?
How would you print just the 25th line in a file using smallest shell script?
What is the syntax of while loop in shell scripting?
Is shell scripting a programming language?
What does $0 mean in shell script?
What are the various stages of a linux process it passes through?
Explain about stdin, stdout and stderr?
Why is used in shell scripting?
How will you copy a file from one machine to other?
What is web script?
I want to create a directory such that anyone in the group can create a file and access any person's file in it but none should be able to delete a file other than the one created by himself.
c program the catches the ctrl-c(SIGINT) Signal for the first time and prints a output rather and exit on pressing Ctrl-C again