Skip to content
KerwinKoo edited this page Dec 29, 2015 · 1 revision

find 查找130天以前修改过的文件命令:

find . -name "*" -mtime +130 -type f -ls

[[TOC]]

Clone this wiki locally