Skip to content

Instantly share code, notes, and snippets.

@johnsolk
Last active September 26, 2017 21:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johnsolk/4a611f9295b21182c2fb3049f0f52a51 to your computer and use it in GitHub Desktop.
Save johnsolk/4a611f9295b21182c2fb3049f0f52a51 to your computer and use it in GitHub Desktop.
# delete block of jobs in queue all starting with specific digits in Job ID
qstat -u ljcohen | grep "472526" | cut -d "." -f1 | xargs qdel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment