When you want to check/validate that a command ran fine, you need to recuperate its exit code.\\ Again several ways: - Easy: command returnvalue=$? - All at once:returnvalue=$(command)$?