Skip to content

Instantly share code, notes, and snippets.

@frasten
Created January 26, 2011 14:09
Show Gist options
  • Save frasten/796734 to your computer and use it in GitHub Desktop.
Save frasten/796734 to your computer and use it in GitHub Desktop.
Eseguire un comando piu' volte in parallelo
for i in {1..4}; do (COMANDO_DA_ESEGUIRE > output_$i &) ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment