Skip to content

Instantly share code, notes, and snippets.

@codcodog
Last active April 26, 2021 01:06
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 codcodog/8dfd8e023e35c281f2cf99998cacdf3e to your computer and use it in GitHub Desktop.
Save codcodog/8dfd8e023e35c281f2cf99998cacdf3e to your computer and use it in GitHub Desktop.
大文件生成
# 生成 500M 大小的文件
dd if=/dev/zero of=test bs=1M count=500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment