Skip to content

Instantly share code, notes, and snippets.

@digitalm
Last active August 29, 2015 14:19
Show Gist options
  • Save digitalm/7f845394314a588b267b to your computer and use it in GitHub Desktop.
Save digitalm/7f845394314a588b267b to your computer and use it in GitHub Desktop.
最近更新されたファイル順に並べるshell
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