Answers for "find folder using terminal"

3

terminal how to find a directory

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

ubuntu find folder through terminal

find /user -iname "sdk" -type d
Posted by: Guest on June-04-2021

Code answers related to "find folder using terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language