====== Conditionals ====== ===== negate ===== if [[ $? -ne 0 ]]; then if ! [[ $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then