| DOS commands and the Similar Unix Command |
Action Unix Command DOS Command
Go to your
home directory cd cd \
Create a
directory mkdir md, mkdir
Delete a
directory rmdir rd, rmdir
Determine
where you are pwd cd
Display the
contents of
the current
directory ls dir
Create a file touch or editor
use editor
View a file cat, more, type
less, view
Move a file mv move
Rename a file mv rename
Delete a file rm erase, del