Skip to content

Instantly share code, notes, and snippets.

@jacobgarcia
Created April 25, 2019 20:32
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 jacobgarcia/e62628dbc58ddb80fb0cf6fc363314d2 to your computer and use it in GitHub Desktop.
Save jacobgarcia/e62628dbc58ddb80fb0cf6fc363314d2 to your computer and use it in GitHub Desktop.
Count folders in current directory
find . -mindepth 1 -maxdepth 1 -type d | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment