Created
March 14, 2021 09:07
-
-
Save sincejune/e293190ef4147d79dd553f3a87a5f138 to your computer and use it in GitHub Desktop.
Useful commands
This file contains 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
# Get all files in one directory, including its all subdirectories. | |
find . -type f | |
find . -type f | wc -l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment