Skip to content

Instantly share code, notes, and snippets.

@bboydflo
Created June 23, 2020 11:07
Show Gist options
  • Save bboydflo/57381ae2ae386569bdcb5bd410b39ede to your computer and use it in GitHub Desktop.
Save bboydflo/57381ae2ae386569bdcb5bd410b39ede to your computer and use it in GitHub Desktop.
[count files in a specific folder] count all files from a specific folder from the terminal #shell
# https://hints.macworld.com/article.php?story=20010508182132282
ls | wc -l
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment