Skip to content

Instantly share code, notes, and snippets.

@sincejune
Created March 14, 2021 09:07
Show Gist options
  • Save sincejune/e293190ef4147d79dd553f3a87a5f138 to your computer and use it in GitHub Desktop.
Save sincejune/e293190ef4147d79dd553f3a87a5f138 to your computer and use it in GitHub Desktop.
Useful commands
# 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