Please include a little example with ptx, like you do for tsort.
$ echo -e 'A 1\nB 2\nC 3'|ptx
A 1 B 2 C 3
A 1 B 2 C 3
A 1 B 2 C 3
And below it explain what's going on._______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
