ADF Tips and Tricks
Flipkart Search
Tuesday, 1 December 2015
Some useful Linux commands for Developers
1. find the files modified before a certain time
find /path/to/folder/ -mmin +60
2.
find the modified after a certain time
find
/path/to/folder/
-mmin -60
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)