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

To reply to this bug, email your comments to 70876 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#70876; Package coreutils. (Sat, 11 May 2024 09:40:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Dan Jacobson <jidanni <at> jidanni.org>:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org. (Sat, 11 May 2024 09:40:02 GMT) Full text and rfc822 format available.

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 34 days ago.

Previous Next


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