Answers for "find a path in windows terminal"

3

terminal how to find a directory

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

how to see path in command prompt

echo $Env:PATH
Posted by: Guest on December-22-2021

Code answers related to "find a path in windows terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language