On Sat, Feb 08, 2003 at 11:24:21PM -0600, Dan Nelson wrote: > 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 > Thank you to all that responded. The comm command was just what I was looking for.
-- Regards, Doug To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message
