ADF Tips and Tricks
Flipkart Search
Showing posts with label
Linux
.
Show all posts
Showing posts with label
Linux
.
Show all posts
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
Older Posts
Home
Subscribe to:
Posts (Atom)