Monday, 22 October 2012

Explain about sourcing commands? | Shell Scripting Interview Questions

Sourcing commands help you to execute the scripts within the scripts. For example sh command makes your program to run as a separate shell. .command makes your program to run within the shell. This is an important command for beginners and for special purposes.

No comments: