"cd"
Written by Pantas Manik on 12:54 PMUse cd to change directory. Use pwd to see what directory you are in.
% cd pantas
% pwd
% /u/ma/pantas/manik
% ls
testhead1 testhead2
% cd test
% pwd
% /u/ma/pantas/manik/test
% ls
test test1 test2 test3 test4
% cd ..
% pwd
% /u/ma/pantas/manik
0 comments: Responses to “ "cd" ”