1.

Write some limitations of shell scripting.

Answer»

Shell scripting has the following disadvantages:

  • Errors are frequent and costly, and a single error can alter the command.  
  • The EXECUTION speed is SLOW
  • Bugs or inadequacies in the language's syntax or implementation.  
  • Large, complex tasks aren't well suited to it.  
  • CONTRARY to other scripting languages, ETC., it provides a minimal data structure.   
  • Every TIME a shell command is executed, a new process is launched.


Discussion

No Comment Found