Answers for "find folder linux"

10

find folder linux

find / -type d -name 'folder_name'
Posted by: Guest on February-08-2021
3

terminal how to find a directory

find . -type d | grep DIRNAME
Posted by: Guest on January-17-2020
4

linux find directores

find -type d -iname $name
Posted by: Guest on July-25-2020
0

find folder in linux

find / -name "dir-name-here"
Posted by: Guest on January-07-2021
10

how to find a file in linux terminal

find /path/to/folder/ -iname *file_name_portion*
Posted by: Guest on April-01-2020
0

search a folder in linux

$ locate --basename '\pkg'
Posted by: Guest on August-27-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language