search

Monday, March 27, 2017

linux: Print exit code of the last command

To print exit code of the last command type:
echo $?

No comments:

Post a Comment