Revision history of "last command exit status"

Jump to: navigation, search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 16:47, 31 May 2014Nighthawk (Talk | contribs). . (263 bytes) (+263). . (Created page with "useful in bash to execute a command based on the previous command's exit status if [ $? == 0 ]; then echo "last command worked dude! exit status was 0" fi if [ $? ==...")