#!/bin/rc if(~ $1 -a) { shift; awk '{print FILENAME ":" NR "\t" $0}' $*} if not awk '{print NR "\t" $0}' $*