Created
September 23, 2016 15:42
-
-
Save manjeshpv/dc368bbb98f177a6605984605dc2f9c4 to your computer and use it in GitHub Desktop.
unix commands
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
# find number of files in folder recursively | |
find . -type f | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment