Created
October 14, 2018 08:49
-
-
Save jasonforte/b91a96568a6ec01b9c2cda8a447344fd to your computer and use it in GitHub Desktop.
Useful bash commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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