#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