Created
March 20, 2023 19:48
-
-
Save rajesh-s/d912f1255fd5057d767c04b65985403a to your computer and use it in GitHub Desktop.
Condor aliases
This file contains 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
alias res='mkdir results_$(date '+%Y%m%d')' | |
alias crm='condor_rm' | |
alias chk='watch -n 1 condor_q --nobatch' | |
alias why='condor_q -hold' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment