Answers for "cancel jobs related to one name"

0

cancel jobs related to one name

sbatch | grep yourname | grep job_name | awk '{print "scancel " $1}' > jobs.cancel

then and !#/bin/bash  to first jobs.cancel file, and then
bash jobs.cancel
Posted by: Guest on January-01-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language