Skip to content

Instantly share code, notes, and snippets.

@bladeofsteel
Created July 14, 2011 10:55
Show Gist options
  • Save bladeofsteel/1082265 to your computer and use it in GitHub Desktop.
Save bladeofsteel/1082265 to your computer and use it in GitHub Desktop.
Предварительное создание файлов баз данных для MongoDB
for i in {0..40}
do
echo $i
head -c 2146435072 /dev/zero > local.$i
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment