asked 34.6k views
0 votes
You’re writing a script that will be called by other scripts. You want to signal abnormal termination of your script by passing a value of 8 to the external script under some circumstances. What command can you use in your own script to do this?

1 Answer

5 votes

exit 8 is the correct answer

answered
User Saturnix
by
8.5k points