Answers for "how to make directory and change directory in linux at same time"

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 "how to make directory and change directory in linux at same time"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language