delete all jobs
qstat -u jw4086|grep -Eo '[0-9]{6}'|xargs qdel
delete the jobs of Eqw status
qstat -u jw4086| grep "Eqw"|grep -Eo '[0-9]{6}'|xargs qdel
delete the jobs have name c_ status
qstat -u jw4086| grep "c_"|grep -Eo '[0-9]{6}'|xargs qdel