/ Published in: Bash
URL: http://www.macworld.com/article/58081/2007/05/findrecent.html
Expand |
Embed | Plain Text
sudo find / -type f -ctime 0 > ~/Desktop/modfiles.txt
You need to login to post a comment.
URL: http://www.macworld.com/article/58081/2007/05/findrecent.html
sudo find / -type f -ctime 0 > ~/Desktop/modfiles.txt
You need to login to post a comment.