Tools / Shell Scripting Interview Questions
Mention few limitations of shell scripting?
- There may be errors in shell scripting that prove to be quite costly.
- The programs in shell script are quite slow while executing and a new process is required for every shell command executed.
- Different platforms in shell scripting may also have compatibility problems.
- Large, complex tasks aren't well suited to it.
- Contrary to other scripting languages, shell scripting provides a minimal data structure.
- Every time a shell command is executed, a new process is launched.
More Related questions...