The C-shell script <tt>sourceawk</tt>



next up previous contents
Next: The C-shell script Up: 3D Redshift Space Visualization Previous: The IDL procedure

The C-shell script sourceawk

#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



Bo Milvang-Jensen
Wed Jan 18 05:44:35 MET 1995