Difference between revisions of "Linux command: find"
Jump to navigation
Jump to search
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>") |
Rafahsolis (talk | contribs) m (Protected "Linux command: find" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
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