![]() |
Erstellt von Carlo Marmo
vor fast 10 Jahre
|
|
Frage | Antworten |
ls | list |
cd | change directory |
cd .. | change back directory |
mkdir Example | create new directory named "Example" |
clear | cleans view (gives to you a new frame without erasing anything) |
printf | print something |
mv Example.txt directoryexample | Move the file named "Example.txt" to the directory named "directoryexample" |
cp oldname.c newname.c | copy the content of oldname.c in a newfile named newname.c |
rm example | remove examplefile |
rm -f | remove without asking for confirm: "f" is for "force it" |
rm -r | remove everything in the directory and the directory itself |
rm -rf | rm -r but force it |
There are no comments, be the first and leave one below:
Möchten Sie mit GoConqr kostenlos Ihre eigenen Karteikarten erstellen? Mehr erfahren.