Last active
September 26, 2017 21:38
-
-
Save johnsolk/4a611f9295b21182c2fb3049f0f52a51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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