1.

Does Sed Issue An Exit Code?

Answer»

Most versions of sed do not, but CHECK the documentation that CAME with whichever version you are using. GNU sed ISSUES an EXIT code of 0 if the program terminated normally, 1 if there were errors in the SCRIPT, and 2 if there were errors during script execution.

Most versions of sed do not, but check the documentation that came with whichever version you are using. GNU sed issues an exit code of 0 if the program terminated normally, 1 if there were errors in the script, and 2 if there were errors during script execution.



Discussion

No Comment Found