Skip to content

Instantly share code, notes, and snippets.

@achauve
Created January 25, 2024 15:34
Show Gist options
  • Save achauve/3e11307fd1c8926814627e85bb2dd838 to your computer and use it in GitHub Desktop.
Save achauve/3e11307fd1c8926814627e85bb2dd838 to your computer and use it in GitHub Desktop.
Test storage
seq -w 1 100 | xargs -n1 -I% sh -c 'dd if=/dev/urandom of=file.% bs=$(shuf -i1-1000 -n1) count=1024'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment