Skip to content

Instantly share code, notes, and snippets.

@vindolin
Created December 3, 2014 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vindolin/f850d94350f7a14708cc to your computer and use it in GitHub Desktop.
Save vindolin/f850d94350f7a14708cc to your computer and use it in GitHub Desktop.
import subprocess
for line in subprocess.check_output('dd if=/dev/urandom of=output.dat bs=1M count=10', shell=True, stderr=subprocess.STDOUT):
print line.split(" ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment