1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 20:13:32 +02:00

watch: update German translation (#9989)

This commit is contained in:
KRyTeX1337 2023-05-01 06:59:39 +02:00 committed by GitHub
parent 1c2154bf75
commit b52baff630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`