Answers for "search file in ubuntu"

0

find file in ubuntu

find ~/ -type f -name "postgis-2.0.0"
Posted by: Guest on May-07-2021
2

terminal how to find a file name

find / -name NAME.EXTENSION
Posted by: Guest on January-17-2020
10

how to find a file in linux terminal

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

search file in ubuntu

$ find /path/to/file/ -iname filename
Posted by: Guest on September-25-2020
1

search file in ubuntu

$ find /path/to/file/
Posted by: Guest on September-25-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language