In the last episode (Feb 08), Dan Nelson said: > cat fileA fileB | sort | comm -13 - fileC
Or to preempt someone marking this with a "useless use of cat" stamp:
sort fileA fileB | comm -13 - fileC
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message
