bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ptx -i ignore_file doesn't appear to work


From: Paul Eggert
Subject: Re: ptx -i ignore_file doesn't appear to work
Date: Fri, 07 Apr 2006 13:31:47 -0700
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux)

Graig McHendrie <address@hidden> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]