rsp_batch 77 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/csh rm batch.log foreach i (*.rtsk) rsp $i</dev/null>> batch.log end