Skip to content

Instantly share code, notes, and snippets.

@frhd
Created January 29, 2014 10:03
Show Gist options
  • Save frhd/8684956 to your computer and use it in GitHub Desktop.
Save frhd/8684956 to your computer and use it in GitHub Desktop.
create lots of files
# create master file
dd if=/dev/zero of=masterfile bs=1 count=1000000
# split master file
split -b 10 -a 10 masterfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment