bug-coreutils@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
From: Remigiusz Suwalski via GNU coreutils Bug Reports <bug-coreutils@gnu.org>
To: 67626@debbugs.gnu.org
Subject: bug#67626: column with -t and piped extends a single line file into multiple lines
Date: Mon, 04 Dec 2023 16:43:53 +0000	[thread overview]
Message-ID: <ISez3KhHnVYFPm-pnwYtCJwOdS6XNOkkNysCWOMdqEgmWG-4U9tq998KIYA6yZ5y-YX-modZiY9Qp8Up0XrYqyzQJ3ecNRw0x3SfvsJ4m_U=@protonmail.ch> (raw)

Hi,
today I have discovered accidentally that column utility behaves oddly when piped to another command, as shown on example below. I am not sure whether this is a bug or intended behaviour.

First "column" built from sources (commit https://git.kernel.org/pub/scm/utils/util-linux/util-linux.git/commit/?id=94feb5a20d23904cc15cd857c4e00f35f495116c):
$ echo '_ __ ___ ________ __________ ________' | ./column -t | nl # strange
1 __
2 ___
3 ___
4 _________
5 __________
6 _______
$ echo '_ __ ___ ________ __________ ________' | ./column -t > file.txt # the same issue as above

$ echo '_ __ ___ ________ __________ ________' | ./column -t # expected
_ __ ___ ________ __________ ________

A workaround that works sometimes (on this and some other but not all inputs) is to pass -c 0 option:
$ echo '_ __ ___ ________ __________ ________' | ./column -t -c 0 | nl # expected
1 _ __ ___ ________ __________ ________

Separate binary built from parent commit 3949a48dd1351cea7c523fe97666190359247630 behaves well:

$ echo '_ __ ___ ________ __________ ________' | ./column -t | nl1 _ __ ___ ________ __________ ________

If it matters, the output of "tput cols" command is 252, operating system is Ubuntu 22.04.3 and my locale is as follows:
LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_TIME="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_PAPER="C.UTF-8"
LC_NAME="C.UTF-8"
LC_ADDRESS="C.UTF-8"
LC_TELEPHONE="C.UTF-8"
LC_MEASUREMENT="C.UTF-8"
LC_IDENTIFICATION="C.UTF-8"LC_ALL=

Best regards,
Leon Suwalski

             reply	other threads:[~2023-12-04 16:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04 16:43 Remigiusz Suwalski via GNU coreutils Bug Reports [this message]
2023-12-04 17:08 ` bug#67626: column with -t and piped extends a single line file into multiple lines Pádraig Brady

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.gnu.org/mailman/listinfo/bug-coreutils

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ISez3KhHnVYFPm-pnwYtCJwOdS6XNOkkNysCWOMdqEgmWG-4U9tq998KIYA6yZ5y-YX-modZiY9Qp8Up0XrYqyzQJ3ecNRw0x3SfvsJ4m_U=@protonmail.ch' \
    --to=bug-coreutils@gnu.org \
    --cc=67626@debbugs.gnu.org \
    --cc=remigiusz.suwalski@protonmail.ch \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).