GNU bug report logs - #70876
Making join Info examples easier to test

Previous Next

Package: coreutils;

Reported by: Dan Jacobson <jidanni <at> jidanni.org>

Date: Sat, 11 May 2024 09:40:02 UTC

Severity: normal

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Dan Jacobson <jidanni <at> jidanni.org>
To: bug-coreutils <at> gnu.org
Subject: Making join Info examples easier to test
Date: Sat, 11 May 2024 17:39:19 +0800
Today I tried to run these examples on
(info "(coreutils) Paired and unpaired lines")
it says:
 All examples below use the following two (pre-sorted) input files:

     $ cat file1                          $ cat file2
     a 1                                  a A
     b 2                                  c C

How about instead, something like
echo a 1 > file1
echo b 2 >> file1

echo a A > file2
echo c C >> file2

That way the user could create the files themselves without much hassle.
Just pipe that part of the page into the shell.

You can even still have the cats after the creation.
But please remember to just use one column.





This bug report was last modified 1 year and 35 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.