Annihilator.s

From Wiki
Revision as of 16:05, 5 August 2009 by 10.0.7.14 (talk)
Jump to navigation Jump to search

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