Last active
August 29, 2015 14:19
-
-
Save digitalm/7f845394314a588b267b to your computer and use it in GitHub Desktop.
最近更新されたファイル順に並べるshell
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 -mmin -86400 | |
# 1日以内なら 24*60*60 で 86400を指定 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment