Monday, 22 October 2012

Explain about the slow execution speed of shells? | Shell Scripting Interview Questions

Major disadvantage of using shell scripting is slow execution of the scripts. This is because for every command a new process needs to be started. This slow down can be resolved by using pipeline and filter commands. A complex script takes much longer time than a normal script.

No comments: