Answers for "change directory inside shell script"

2

bash change to script directory

cd "$(dirname "${BASH_SOURCE[0]}")"
Posted by: Guest on September-28-2020
0

change directory in linux

# if u want to change folder please use this command
#use pwd command to see where the location is 
#then use "cd" to move to other folder
cd <folder name u want to move>
ex => cd Documents/python/
#if u dont have linux then use "git bash"
Posted by: Guest on April-09-2021

Code answers related to "change directory inside shell script"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language