Answers for "how to change directory in terminal mac"

6

how to step back in the path in temrinal

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

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
0

how to change directory in terminal mac

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

Code answers related to "how to change directory in terminal mac"

Browse Popular Code Answers by Language