Skip to content

Instantly share code, notes, and snippets.

@d6u
Created October 21, 2014 22:52
Show Gist options
  • Select an option

  • Save d6u/2e0a71d6068514f41d6c to your computer and use it in GitHub Desktop.

Select an option

Save d6u/2e0a71d6068514f41d6c to your computer and use it in GitHub Desktop.
# check empty dir
if [[ -z $(ls -A $DIR) ]]
then
echo "empty"
else
echo "not empty"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment