Linux command: find
Revision as of 03:24, 27 March 2015 by Rafahsolis (talk | contribs) (Created page with "== find files == <nowiki>find <path> -name <filename></nowiki> == find files modified in the last 24h == <nowiki>find <path> -mtime -1 -ls</nowiki>")
find files
find <path> -name <filename>
find files modified in the last 24h
find <path> -mtime -1 -ls