Results 1 to 4 of 4
I was wnodering how I can search for a file somewhere on my computer using the terminal. Is there a command for it? a script? Or if someone could just ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-27-2004 #1Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
Terminal and Searching
I was wnodering how I can search for a file somewhere on my computer using the terminal. Is there a command for it? a script? Or if someone could just tell me where the xmms-config file that would work too
-thanks!Registered Linux User Number 373366
- 11-27-2004 #2
Try:
to find the fileCode:find –name filename –print
dylunio
- 11-27-2004 #3Linux Newbie
- Join Date
- Nov 2004
- Posts
- 166
sweet, I'll give that a try!
Registered Linux User Number 373366
- 11-28-2004 #4
Umm, what if you are not sure about the exact name of the file? Like um, if you install java, and you don't know how the directory was created. you know like: j2sdk, java, jdk and others.


Reply With Quote
