Linux command: find

From RHS Wiki
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)))
Jump to navigation Jump to search

find files

find <path> -name <filename>

find files modified in the last 24h

find <path> -mtime -1 -ls