Kevin Buckley <[EMAIL PROTECTED]> wrote: > however when you pipe the two together, as in the configure script, > > %echo bong.o | tr ' ' '\n' | sort | uniq | ' '| sed 's,\.[^.]* > ,$U&,g;s,\.[^.]*$,$U&,'
Hmm, that should have read echo bong.o | tr ' ' '\n' | sort | uniq | tr '\n' ' ' | sed 's,\.[^.]* ,$U&,g;s,\.[^.]*$,$U&,' shouldn't it? Regards, Sergey _______________________________________________ Bug-mailutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-mailutils
