Skip to content

Instantly share code, notes, and snippets.

@ericzumba
Created November 18, 2015 19:24
Show Gist options
  • Save ericzumba/45573e86fe607a4dbce6 to your computer and use it in GitHub Desktop.
Save ericzumba/45573e86fe607a4dbce6 to your computer and use it in GitHub Desktop.
cat to parallel
cat all_deleted | parallel --pipe -N100 -j100 ./delete_sns.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment