befehle
 BACK ..
 DOS-UNIX-Linux-Befehle
 ======================
 Beschreibung              | DOS                   | UNIX/BSD     | Linux
 --------------------------+-----------------------+--------------+--------------
                           |                       |              |
 display list of files     | dir/w dir             | ls           | ls
                           | dir                   | ls -l        | ls -l
 display contents of file  | type                  | cat          | cat
 display file with pauses  | type filename | more  | more         | more
                           |                       | less         | less
 copy file                 | copy                  | cp           | cp
 find string in file       | find                  | grep         | grep
                           |                       | egrep        | egrep
                           |                       | fgrep        | fgrep
 compare files             | comp                  | diff         | diff
                           |                       | sdiff        | sdiff
 rename file               | rename OR ren         | mv           | mv
 delete file               | erase OR del          | rm           | rm -f
 delete directory          | rmdir OR rd           | rm -r        | rmdir
 change file protection    | attrib                | chflags      | chattr
 create directory          | mkdir OR md           | mkdir        | mkdir
 change working directory  | chdir OR cd           | cd           | cd
 get help                  | help                  | man          | man | info
                           |                       | man -k       | apropos
 display date and time     | date, time            | date         | date
 display free disk space   | chkdsk                | df           | df
 print file                | print                 | lpr          | lpr
 display print queue       | print                 | lpq          | lpq
                           |                       |              |
   [IMG]
 
/home/http/wiki/data/pages/os4_unix_befehle.txt · Zuletzt geändert: 2010-05-22 19:03:58 (Externe Bearbeitung)
Falls nicht anders bezeichnet, ist der Inhalt dieses Wikis unter der folgenden Lizenz veröffentlicht:GNU Free Documentation License 1.2
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki