Created
December 4, 2014 10:32
-
-
Save mbigatti/3b203d03284e60f3b1ea to your computer and use it in GitHub Desktop.
List most recent 10 files, long format
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
ls -lrt | tail -n 10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment