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



next up previous contents
Next: About this document Up: 3D Redshift Space Visualization Previous: The C-shell script

The C-shell script sourcesort

#Script for use of sort with wildcards. LLC 13/5-94
#!/bin/csh
foreach f (source*)
   sort -n +2 /l/tmp/lars_c/video/sources/$f > /l/tmp/lars_c/video/sources/sorts/$f
end



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