Shell Programming/What is shell

From Wikibooks, open books for an open world
Jump to navigation Jump to search


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