Difference between revisions of "Find"
From MohidWiki
m (1 revision) |
|
(No difference)
|
Revision as of 10:27, 3 December 2008
find is a linux command line tool that allows to list files inside a given root directory.
Example
> find .
> find /
Looks only for directories
> find -type d