Encyclopedia > Shell script

  Article Content

Shell script

A shell script is a script or computer program written for the shell (command interpreter) of an operating system. Most commonly the term refers to scripts written for a Unix shell.

Shell scripts allow users to execute several programs with complex command line arguments with a single command. They are excellent for automating simple tasks.

Most shell scripts are written for the Bourne shell, since it (or a compatible variant) is available on all Unix systems. More complicated scripts are usually written in Perl; the exceptions are core system maintenance scripts, which cannot rely on the presence of Perl.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Wheatley Heights, New York

... size is 3.42 and the average family size is 3.67. In the town the population is spread out with 30.3% under the age of 18, 8.1% from 18 to 24, 29.9% from 25 to 44, 23.8% ...

 
 
 
This page was created in 47.1 ms