Showing posts with label shell scripting advantages. Show all posts
Showing posts with label shell scripting advantages. Show all posts

Sunday, February 27, 2011

Shell scripting advantages and disadvantages

Advantages:

  1. To automate the frequently performed operations
  2. To run sequence of commands as a single command
  3. Easy to use
  4. Portable (It can be executed in any Unix-like operating systems without any modifications)


Disadvantages:

  1. Slow execution speed compared to any programming languages
  2. A new process launched for almost every shell command executed