Exit Status ($?) in Shell Script
Exit Status
Every command returns an exit status (sometimes referred to as a return status or exit code).
A successful command returns a 0, while an unsuccessful one returns a non-zero value that usually can be interpreted as an error code.
Well-b...
learning-ocean.hashnode.dev1 min read