- cd ~
- find . -name "*.sh" -atime -6
- find . -name "*.sh" -atime -6 -printf "%T+\t%p\n" | sort
- 跳到家目錄
- 搜尋最近6天(不含)內用過的.sh檔案
- 搜尋最近6天(不含)內用過的.sh檔案,並根據時間排序
- find . -name "*.sh" -atime -6
- find . -name "*.sh" -atime +6
- find . -name "*.sh" -atime 6
若是要找的資料夾下面有symbolic link,可以加上-L這個參數
《How can I use `find` and sort the results by mtime?》裡面angus的回應
References
《[Linux] 使用 find 命令找檔案》《How can I use `find` and sort the results by mtime?》裡面angus的回應
_EOF_
沒有留言:
張貼留言