]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: Adds option -S <num> so whitespaces are used instead of tabs in non table...
authordrax <dev@draxar.com>
Sat, 6 Jul 2024 23:29:27 +0000 (01:29 +0200)
committerdrax <dev@draxar.com>
Mon, 8 Jul 2024 10:58:42 +0000 (12:58 +0200)
commitaec8bf943a71a25cbaa5cfc1b113263cadc74dd0
treedd59b6c94385e0adc5bfb86741abcbdfefb2a554
parent0309a6f5ca018d83420e49e0f9d046fecdb29261
column: Adds option -S <num> so whitespaces are used instead of tabs in non table mode.

Entries are padded with whitespaces, then <num> spaces are added to separate the columns.
This should fix https://github.com/util-linux/util-linux/issues/1551
bash-completion/column
text-utils/column.1.adoc
text-utils/column.c