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>")
(No difference)

Revision as of 03:24, 27 March 2015

find files

find <path> -name <filename>

find files modified in the last 24h

find <path> -mtime -1 -ls