"cd"

Written by Pantas Manik on 12:54 PM

Use 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

Related Posts by Categories



Widget by Hoctro | Jack Book
  1. 0 comments: Responses to “ "cd" ”