How can I get qstat to give me full job names?
qstat
I know qstat -r gives detailed information about the task, but it\'s too much and the resource r
qstat -r
A poor KISS solution :
qstat -xml -f -u \* | fgrep JB_name | wc -l