Created
June 23, 2020 11:07
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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