< Shell Programming

The shell is the command interpreter which compiles instructions to the command prompt and can speed up and automate complicated command line processes. Shell scripting is useful for quickly running multiple lines of command line instructions but is very slow in terms of speed. In a case where speed and efficiency is important a shell script is not a good option.

Pros

  • Relatively simple
  • Automates normally repetitive processes in the command line

Cons

  • Slow in terms of speed and efficiency
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.