Find

From Linuxintro
Revision as of 15:16, 27 April 2009 by imported>ThorstenStaerk (New page: Find allows you to find files, e.g. find files older than find <Ordner> -ctime +5 -exec ls {} \;)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Find allows you to find files, e.g.

find files older than

find <Ordner> -ctime +5 -exec ls {} \;