Answers for "terminal mac change directory"

6

how to step back in the path in temrinal

cd ~ or cd -
Posted by: Guest on March-04-2020
1

how to change directory in terminal mac

cd <FolderName>
Posted by: Guest on September-14-2020
0

move a directory in terminal mac

mv source_folder destination_folder
# eg
mv /Users/juan/Documents/Coding /Users/juan/Desktop
Posted by: Guest on March-02-2021

Code answers related to "terminal mac change directory"

Browse Popular Code Answers by Language