Skip to content

Instantly share code, notes, and snippets.

@tomcam
Last active February 17, 2020 03:21
Show Gist options
  • Save tomcam/9b5de0c1d46fc58759b091dc1911aca1 to your computer and use it in GitHub Desktop.
Save tomcam/9b5de0c1d46fc58759b091dc1911aca1 to your computer and use it in GitHub Desktop.
zsh list hidden and normal directories
#!/bin/zsh
print -rl -- *(D/)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment