Find
From MohidWiki
Revision as of 15:49, 29 June 2007 by 192.168.20.177 (talk)
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
find is a linux command line tool that allows to list files inside a given root directory.
> find .
> find /
Looks only for directories
> find -type d