stephen mulcahy <[EMAIL PROTECTED]> writes: > Peter St. John wrote: >> Line numbers are super convenient for peer-review, so humans can >> refer to lines. I've written C programs just to preprend every line >> with a consequtive integer. >> Peter > > cat -n is your friend.
and if it didn't exist, the corresponding awk program is: awk '{printf "%d %s\n", FNR, $0}' and Unix has about 10 other trivial ways to do this. (That's probably not even the simplest awk program, but I'm lazy today.) Perry _______________________________________________ Beowulf mailing list, Beowulf@beowulf.org To change your subscription (digest mode or unsubscribe) visit http://www.beowulf.org/mailman/listinfo/beowulf