Skip to content

Instantly share code, notes, and snippets.

@Swarchal
Last active June 27, 2016 17:42
Show Gist options
  • Save Swarchal/beb6f70c38c7569d89ae331dfdfe746f to your computer and use it in GitHub Desktop.
Save Swarchal/beb6f70c38c7569d89ae331dfdfe746f to your computer and use it in GitHub Desktop.
submit consecutively named qsub scripts
for i in {1..100}; do "qsub script_$i"; done
# can specify intervals in braces
# e.g {1..100..2} for 1,3,5...100 and so on.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment