Answers for "find all directories linux"

4

linux search all directories for file

find / -iname 'book1*'
Posted by: Guest on December-14-2020
1

find command also return directory names?

find . -type d -o -type f
Posted by: Guest on June-19-2020
1

linux commad to show directories

// it will show all directories or folders not files...
ls -d */
Posted by: Guest on February-22-2021

Code answers related to "find all directories linux"

Browse Popular Code Answers by Language