mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 18:55:06 +01:00
[Add] dd
This commit is contained in:
parent
6762bae866
commit
663d72012d
4
cheatsheets/dd
Normal file
4
cheatsheets/dd
Normal file
@ -0,0 +1,4 @@
|
||||
# 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
|
Loading…
Reference in New Issue
Block a user