From: Paul Eggert Date: Sun, 12 Dec 2004 07:24:31 +0000 (+0000) Subject: (join invocation): Mention that blank separators X-Git-Tag: v5.3.0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e31480005af57d7ac29d4d9562c3e7b200dbc7ef;p=thirdparty%2Fcoreutils.git (join invocation): Mention that blank separators in the -o option need to be quoted. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 5b0071cea6..7a811be5f3 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -4725,6 +4725,10 @@ field specification notation. The elements in @var{field-list} are separated by commas or blanks. +Blank separators typically need to be quoted for the shell. For +example, the commands @samp{join -o 1.2,2.2} and @samp{join -o '1.2 +2.2'} are equivalent. + All output lines---including those printed because of any -a or -v option---are subject to the specified @var{field-list}.