mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 03:13:31 +02:00
watch: update German translation (#9989)
This commit is contained in:
parent
1c2154bf75
commit
b52baff630
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Überwache "node"-Prozesse und aktualisiere alle 3 Sekunden:
|
||||
|
||||
`watch -n {{3}} "{{ps aux | grep node}}"`
|
||||
|
||||
- Überwache, ob sich der Festplatten-Speicherplatz ändert und höre mit der Überwachung auf, sobald eine Änderung auftritt:
|
||||
|
||||
`watch -g {{df}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue