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 {} \;)
Find allows you to find files, e.g.
find files older than
find <Ordner> -ctime +5 -exec ls {} \;