Graig McHendrie <[EMAIL PROTECTED]> writes: > Using a command such as "ptx -i if.txt -r -f MS_OS_clips.txt > > out.txt", where "if.txt" is a file with one word to a line, such as: > a > and > the > with > produces permuted output that includes "a", "and", "the", and "with" > as key words.
Hmm, I don't observe this problem with coreutils 5.94: $ cat if.txt a and the with $ cat MS_OS_clips.txt a and the with hooboy $ ptx -i if.txt -r -f MS_OS_clips.txt a and the with hooboy $ ptx --version | sed 1q ptx (GNU coreutils) 5.94 _______________________________________________ Bug-coreutils mailing list Bug-coreutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-coreutils