Last active
November 17, 2021 08:46
-
-
Save pholat/b21c69cec80134434872c75065b2bc97 to your computer and use it in GitHub Desktop.
FInd latest 20 files changed in directory
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
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