Personal tools

Find

From MohidWiki

Revision as of 16:49, 29 June 2007 by 192.168.20.177 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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

External Reference