1
0
mirror of https://github.com/cheat/cheat.git synced 2025-01-13 23:20:57 +01:00
cheat/cheatsheets/dd
2013-11-18 10:08:18 +01:00

5 lines
225 B
Plaintext

# Read from {/dev/urandom} 2*512 Bytes and put it into {/tmp/test.txt}
# Note: At the first iteration, we read 512 Bytes.
# Note: At the second iteration, we read 512 Bytes.
dd if=/dev/urandom of=/tmp/test.txt count=512 bs=2