1.

Explain About Return Code?

Answer»

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.

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.



Discussion

No Comment Found