Annihilator.s: Difference between revisions
Jump to navigation
Jump to search
New page: #llcancel a set of jobs generated by the setandsubmit.s script. grep llsubmit jobs | awk ' {print $4}' > temp echo llcancel `head temp` mv jobs canceled_jobs |
No edit summary |
||
| Line 1: | Line 1: | ||
go back to [[Main Page]], [[Computational Resources]], [[Scripts]], [[Useful scripts]] | |||
#llcancel a set of jobs generated by the setandsubmit.s script. | #llcancel a set of jobs generated by the setandsubmit.s script. | ||
Revision as of 16:05, 5 August 2009
go back to Main Page, Computational Resources, Scripts, Useful scripts
#llcancel a set of jobs generated by the setandsubmit.s script.
grep llsubmit jobs | awk ' {print $4}' > temp
echo llcancel `head temp`
mv jobs canceled_jobs