Answers for "how to find location from terminal"

3

terminal how to find a directory

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

find in terminal

find / -name abc.dmg
Posted by: Guest on April-24-2021

Code answers related to "how to find location from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language