cd ( change directory )
cd folderName -- go to the given
folderName
cd folder1/folder2/folder3 --- go to folder3 from current folder
cd .. go back one folder from
current folder , ie , go back one step
cd ../.. go back two steps from
the present folder
cd ../../folder1 -- go back two steps from the present folder
and then go to the folder1
No comments:
Post a Comment