in2out_all 80 Bytes Raw Blame History Permalink 1 2 3 4 5 #!/bin/csh rm batch.log foreach i (*.in) in2out `echo $i | sed "s/\.in//"` end