|
Shell script - Definition and Overview |
| Related Words: Ita, Alphabet, Art, Article, Autograph, Back, Beard, Belly, Blank, Blueprint, Body, Book, Calligraphy, Cap, Capital, Case |
|
|
|
A shell script is a script or computer program written for the shell (command interpreter) of an operating system. Usually, the term refers to scripts written for a Unix shell. The Bourne shell is by far the most popular shell used for this purpose.
Shell scripts allow users to execute several programs with complex command line arguments with a single command. They are excellent for automating simple tasks.
For tasks deemed too large or complex to be comfortably handled with shell scripts, programs are often written in scripting languages, such as Perl. However, core system maintenance scripts, which might otherwise be written in such a language, continue to be written as shell scripts, as they cannot rely on the presence of Perl.
In DOS and Windows, such scripts are known as batch files.
External links
|
|
Example Usage of script |
 |
DennisWheeler: moment in Sergei's life. He was very excited and already had his first script for which he had to write dialogue. Not long after we |
 |
DigitalEbookz: Discover How To Make Autopilot Profits EVERY Month with just a simple script http://bit.ly/moneyscript |
 |
garybernhardt: I just wrote an inline-variable refactoring in vim script. It successfully undoes the extract-variable refactoring, which is a good start. |
|