Say I have a list of tasks scheduled in a cluster and I want to delete some of these tasks.
I usually used qdel followed by the job number.
However, I would like to remove 10 jobs, so I thought I could use * as a wildcard:
qdel 11763*
I thought this would delete jobs from 117630 to 117639. However, I get an illegally formed job identifier error.
Does anyone know a way to use wildcard operators in this context?
source share