Mostly work related stuff which I would've entered into my "Log book". Instead of hosting it on an intranet site, outsourcing the hosting to blogger!
I needed to find all files modified in the last 10 days in a directory using the Linux bash shell. One of the ways listed was using find -mtime,
find /var/the/relevant/dir -mtime -10
No comments:
Post a Comment