Skip to content

Instantly share code, notes, and snippets.

@sheilambadi
Last active August 6, 2020 20:53
Show Gist options
  • Save sheilambadi/ec718b1845c6237ddedc0a97a612dc57 to your computer and use it in GitHub Desktop.
Save sheilambadi/ec718b1845c6237ddedc0a97a612dc57 to your computer and use it in GitHub Desktop.
Alternative code for if then else statement in bash
if [ logical expression ]; then
statement 1
statement 2
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment