mirror of
https://github.com/jlevy/the-art-of-command-line.git
synced 2024-12-12 10:45:00 +02:00
German Translation: Obscure but useful fixes
This commit is contained in:
parent
dd474fa175
commit
13b2422f86
@ -307,7 +307,7 @@ A few examples of piecing together commands:
|
||||
```
|
||||
|
||||
|
||||
## Obskur aber nützlich
|
||||
## Eigenartig aber hilfreich
|
||||
|
||||
- `expr`: Führe arithmetische oder boolsche Operationen aus oder werte reguläre Ausdrücke aus
|
||||
|
||||
@ -359,11 +359,11 @@ A few examples of piecing together commands:
|
||||
|
||||
- `tree`: Zeige Verzeichnisse und Unterverzeichnisse als verschachtelten Baum; wie 'ls' aber rekursiv
|
||||
|
||||
- `stat`: Date Infomationen
|
||||
- `stat`: Datei Infomationen
|
||||
|
||||
- `time`: Führe ein Kommando aus und messe die Zeit
|
||||
|
||||
- `watch`: run a command repeatedly, showing results and/or highlighting changes
|
||||
- `watch`: führe ein Kommando wiederholt aus, wobei die Ergebnisse angezeigt und/oder Änderungen hervorgehoben werden
|
||||
|
||||
- `tac`: Gebe Dateien in umgekehrter Reihenfolge aus
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user