Skip to content

Instantly share code, notes, and snippets.

@rajesh-s
Created March 20, 2023 19:48
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 rajesh-s/d912f1255fd5057d767c04b65985403a to your computer and use it in GitHub Desktop.
Save rajesh-s/d912f1255fd5057d767c04b65985403a to your computer and use it in GitHub Desktop.
Condor aliases
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