1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 16:35:53 +02:00

Update dd.md

This commit is contained in:
Ali Vakilzade 2018-01-07 23:06:09 +03:30 committed by GitHub
parent cfb3eaf81d
commit 40985caeea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,6 +18,6 @@
`dd if=/dev/zero of={{file_1GB}} bs=1024 count=1000000`
- Check dd progress (Run this command in another shell then check dd output)
- Check dd progress (Run this command in another shell then check dd output):
`kill -USR1 $(pgrep ^dd)`