Posted on 2017.Dec.13, 1:42 pm By Jason
I was testing a thing(tm) and I needed 2GB of data to send between 2 things
dd if=/dev/urandom of=sampledata.2gig bs=1048576 count=2048
This worked for me, your milage may vary
Categories: Code, Linux