This commit is contained in:
Mathias Schneider
2026-05-27 08:57:55 +02:00
parent 2ed6fd565e
commit 1ef3836a10
5 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
#❗
- [ ] #❗
+1 -1
View File
@@ -1 +1 @@
#❗
- [ ] #❗
+1 -1
View File
@@ -1 +1 @@
#❗
- [ ] #❗
+7
View File
@@ -2,6 +2,13 @@
Sammlung wichtiger BASH-Befehle und Konzepte für die Linux-Konsole.
| Tastenkombi | Effekt |
| ----------- | ---------------------------- |
| `CTRL+U` | Lösche Eingabe vor Cursor |
| `CTRL+K` | Lösche Eingabe nach Cursor |
| `CTRL+A` | Springe ans Ende der Eingabe |
## Grundlegende Konzepte
- [[BASH Funktionen]] - Wiederverwendbare Funktionen erstellen