LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   find command (https://www.linuxquestions.org/questions/linux-newbie-8/find-command-100379/)

talkinggoat 10-05-2003 01:44 AM

find command
 
when using the find command, i type in :

find / "HOWTO"

this works fine as long as the string is in the directory that i tell it to search in, but if the file is somewhere else, it won't find it. so if i put HOWTO into the /etc directory, and do a search from /, it won't find it... it will if i am in /etc, though. how do i make it look further than just the directory that i am in?

joesbox 10-05-2003 01:48 AM

http://www.die.net/doc/linux/man/man1/find.1.html
i don't know the answer but a quick google found this.
you might even have it on you puter. just type in a terminal
Code:

man find

talkinggoat 10-05-2003 01:53 AM

right... did that allready. the command simply states

find [path] [expression]

what i want to know is is there any other way to find a file... any better way or command, or what is the answer to my previous question? i usualy learn better from example, not the text book, anyway... thanks for that response, though...

ehdwuld 10-05-2003 01:53 AM

try
open terminal

$ locate <name>
$ whereis <name>
$ which <name>

talkinggoat 10-05-2003 02:04 AM

thanks ehdwuld that worked great! appreciate the help...


All times are GMT -5. The time now is 05:42 PM.