Tuesday, October 25, 2011

UNIX: Shell scripts

Definition: Shell scripts are a series of shell commands added in a file in exactly the order in which they’ll be
executed. Upon giving execute permission for this file, you can execute this entire set of commands by just entering the file name as like a command.

Example:
This example script will search for a specified file in all dirctories.


No comments:

Post a Comment