Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@pholat
Last active November 17, 2021 08:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pholat/b21c69cec80134434872c75065b2bc97 to your computer and use it in GitHub Desktop.
Save pholat/b21c69cec80134434872c75065b2bc97 to your computer and use it in GitHub Desktop.
FInd latest 20 files changed in directory
find . -type f -ls 2>/dev/null | sort -M -k8,10 | head -n20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment