Answers for "script to get current folder bash"

7

get current directory shell

echo $PWD
Posted by: Guest on May-30-2020
0

bash how to find folder

find PATH -type d -name "FOLDER NAME" 
sudo find PATH -type d -name "FOLDER NAME"
Posted by: Guest on December-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language