LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to find files in terminal? (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-find-files-in-terminal-212830/)

pablowablo 08-03-2004 04:56 AM

How to find files in terminal?
 
What command can I issue if I want to search for files or directory from the terminal? I only use dpkg -l | grep pattern in searching but I understand it only works for packages... What if I want to know the location of say my j2re folder?

mhollstein 08-03-2004 05:13 AM

yourprompt> find / -name j2re -print

see details on manpage:

yourprompt> man find


All times are GMT -5. The time now is 07:57 AM.