Answers for "find 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
2

find in files ubuntu

grep -r 'pattern_to_match' directory_to_search
Posted by: Guest on February-28-2021
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