Skip to content

Instantly share code, notes, and snippets.

@AmreeshTyagi
Last active March 22, 2018 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AmreeshTyagi/b6b63417045bd1352941e14389181d58 to your computer and use it in GitHub Desktop.
Save AmreeshTyagi/b6b63417045bd1352941e14389181d58 to your computer and use it in GitHub Desktop.
#!/bin/bash
param=''
[[ -z "${param// }" ]]
#Ref: https://unix.stackexchange.com/questions/146942/how-can-i-test-if-a-variable-is-empty-or-contains-only-spaces
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment