Linux find command

maojinyu發表於2010-09-04

find . -mtime +7 -exec ls -al {} ; --7 days ago

find . -mtime +7 -exec ls -al {} ; --less 7 days

find . -type f|xargs grep -i "hello"

find . -name "hello*"

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/9907339/viewspace-1037864/,如需轉載,請註明出處,否則將追究法律責任。

相關文章