1. How will you abort a shell script before it is successfully executed? Answer : We need to use ‘exit’ command to fulfil the above described situation. A ‘exit’ command when forced to output any value other than 0 (zero), the Read More …
Welcome to online learning platform
1. How will you abort a shell script before it is successfully executed? Answer : We need to use ‘exit’ command to fulfil the above described situation. A ‘exit’ command when forced to output any value other than 0 (zero), the Read More …