Monday, 22 October 2012

Explain about return code? | Shell Scripting Interview Questions

Return code is a common feature in shell programming. These return codes indicate whether a particular program or application has succeeded or failed during its process. && can be used in return code to indicate which application needs to be executed first.

No comments: