Skip to content

Instantly share code, notes, and snippets.

@moyuanhuang
Last active November 27, 2018 04:54
Show Gist options
  • Save moyuanhuang/3dc0d4a13672adc9d5b423f6b70f85af to your computer and use it in GitHub Desktop.
Save moyuanhuang/3dc0d4a13672adc9d5b423f6b70f85af to your computer and use it in GitHub Desktop.
How to be a terminal expert
# list all python files recursively under a directory
find . -type f -name *.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment