meta data for this page
  •  

Conditionals

negate

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