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
If you just want the names:
qstat -f | grep 'Job_Name'
Example of output:
Job_Name = File.output Job_Name = file.out