Difference between revisions of "Linux command: find"

From RHS Wiki
Jump to navigation Jump to search
(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>")
 
m (Protected "Linux command: find" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
(No difference)

Revision as of 04:16, 7 April 2015

find files

find <path> -name <filename>

find files modified in the last 24h

find <path> -mtime -1 -ls