 |
Vergleich von DOS- und Linux-Befehlen
DOS | Linux |
CD dirname | cd dirname |
COPY file1 file2 | cp file1 file2 |
DEL file | rm file |
DELTREE dirname | rm -R dirname |
DIR | ls |
EDIT file | joe file |
FORMAT A: | fdformat /dev/fd0 |
HELP command | man command |
MD dirname | mkdir dirname |
MOVE file1 file2 | mv file1 file2 |
NUL | /dev/null |
PRINT file | lpr file |
RD dirnamme | rmdir dirname |
REN file1 file2 | mv file1 file2 |
TYPE file | cat file |
WIN | startx |
|
|
 |