]> git.ipfire.org Git - thirdparty/util-linux.git/commit
column: add --output-separator option
authorSami Kerola <kerolasa@iki.fi>
Mon, 8 Oct 2012 07:08:08 +0000 (08:08 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Oct 2012 14:19:35 +0000 (16:19 +0200)
commit47bd8ddc5b72739cf30f287ce84c984eb05b124e
tree4ca8c08b627b5d234e859c067cbdc8d298faf3b9
parentf150ac37bc60579a4c956470a2fbd797612a20a3
column: add --output-separator option

The --output-separator option will allow user to define table column
separator.  This will allow for example to write back same delimeter as
which was used as input separator, for example

column -t -s : -o : /etc/passwd

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
text-utils/column.1
text-utils/column.c