Skip to content

Instantly share code, notes, and snippets.

@jasonforte
Created October 14, 2018 08:49
Show Gist options
  • Select an option

  • Save jasonforte/b91a96568a6ec01b9c2cda8a447344fd to your computer and use it in GitHub Desktop.

Select an option

Save jasonforte/b91a96568a6ec01b9c2cda8a447344fd to your computer and use it in GitHub Desktop.
Useful bash commands
# Generate a file of a certain size (24Mb)
dd if=/dev/zero of=output.dat bs=1M count=24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment