[[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* %% ==Related Webpages== ~[[http://www.computerhope.com/unix/ufind.htm Linux and Unix find command (computerhope)]] ~[[http://www.linuxmanpages.com/man1/find.1.php Find (Linux manual page)]] ~[[http://en.wikipedia.org/wiki/Find Find (wikipedia)]]