Linux command: find
Revision as of 04:16, 7 April 2015 by Rafahsolis (talk | contribs) (Protected "Linux command: find" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
find files
find <path> -name <filename>
find files modified in the last 24h
find <path> -mtime -1 -ls