#Script for use of awk with wildcards. LLC 13/5-94 #!/bin/csh foreach f (source*) awk '{print $1,$2,($3/299792)}' $f > /l/tmp/lars_c/video/sources/$f end