Random Blip - Sep 18, 2025
Previous blip
Next blip
Exit code 0 does not imply success and exit code > 0 does not imply an error. For example, cmp (a command that checks whether two files are the same) returns exit code 0 if they are the same and exit code 1 if they are not the same (an error is returned as exit code 2).
mood check-in