Skip to content

Instantly share code, notes, and snippets.

@devnowcommit
Created November 11, 2018 06:50
Show Gist options
  • Save devnowcommit/42d43ca7be23d43192f680d53ca6cf1e to your computer and use it in GitHub Desktop.
Save devnowcommit/42d43ca7be23d43192f680d53ca6cf1e to your computer and use it in GitHub Desktop.
dd if=/dev/urandom of=file.txt count=1024 bs=1024
#another version with emtpy data would be: dd if=/dev/zero of=file.txt count=1024 bs=1024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment