HomePage > ComponentHowTo Components and HowTos > CommandLine

find

find searches a directory for files matching various parameters.

Example
Find all files (in root directory) with that include 'puppy' in their name:

 find / -name *puppy* 


There are no comments on this page.
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki