Often, you will be referred to instructions that require commands to be pasted into the terminal. You might be wondering why the text you've copied from a web page using Ctrl+C won't paste in with Ctrl+V. Surely you don't have to type in all those nasty commands and filenames? Relax. Middle Button Click on your mouse (both buttons simultaneously on a two-button mouse) or Right Click and select from the menu. You can also insert text by hitting Ctrl+Insert
Pijl omhoog of Ctrl+p |
Scrollt door de opdrachten die u eerder heeft gebruikt. |
|
Pijl omlaag of Ctrl+n |
Brengt u terug naar een recentere opdracht. |
|
Enter |
Als u de gewenste opdracht hebt gevonden. |
|
Tab |
Een bijzonder handige functie. Als er maar één mogelijkheid is vult het automatisch opdrachten's of bestandsnamen aan, anders geeft het een lijst met mogelijkheden. |
When working in the command line, your mouse will not interface with the terminal. Use the Left/Right arrow keys to move around the line.
Als de cursor op de juiste plaats staat, wordt door te typen de tekst ingevoegd. De bestaande tekst wordt niet overschreven.
Ctrl+a Home |
Verplaatst de cursor naar het begin van een regel. |
|
Ctrl+e Einde |
Verplaatst de cursor naar het einde van een regel. |
|
Ctrl+b |
Verplaatst de cursor naar het begin van het vorige of huidige woord. |
|
Ctrl+k |
Wist de tekst vanaf de huidige cursorpositie tot het einde van de regel. |
|
Ctrl+u |
Verwijdert de gehele huidige regel. |
|
Ctrl+w |
Verwijdert het woord vóór de cursor. |