LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How to find only directories in Linux Server (https://www.linuxquestions.org/questions/linux-software-2/how-to-find-only-directories-in-linux-server-4175465251/)

Senthilv 06-08-2013 12:35 PM

How to find only directories in Linux Server
 
Hai all,

I want to find only a particular directory in linux

Is there is any command is there?

schneidz 06-08-2013 12:40 PM

man find
Code:

find / -type d -name <dir-name>

David the H. 06-09-2013 08:06 AM

How to use find:

http://mywiki.wooledge.org/UsingFind
http://www.grymoire.com/Unix/Find.html


All times are GMT -5. The time now is 11:55 AM.