Skip to content

Instantly share code, notes, and snippets.

@copley
Created September 26, 2024 07:21
Show Gist options
  • Save copley/59474acbd60e08657e3a7655e6079255 to your computer and use it in GitHub Desktop.
Save copley/59474acbd60e08657e3a7655e6079255 to your computer and use it in GitHub Desktop.
find ~ -maxdepth 3 -type f -name "*.py" -print0 | xargs -0 ls -lt | head -n 10
find ~ -maxdepth 3 -type f -name "*.py" -print0 | xargs -0 ls -lt | head -n 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment