]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(join invocation): Mention that blank separators
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Dec 2004 07:24:31 +0000 (07:24 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 12 Dec 2004 07:24:31 +0000 (07:24 +0000)
in the -o option need to be quoted.

doc/coreutils.texi

index 5b0071cea620389c49adedc20936c08ee31b9b34..7a811be5f37db6567afda01b2cc318c07aee95a0 100644 (file)
@@ -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}.