diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 64e731f06..e324b886d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -6269,6 +6269,12 @@ $ seq 4 | paste -d ' ' - - 3 4 @end example +Comma separate data: +@example +$ seq 4 | paste -s -d ',' +1,2,3,4 +@end example + The program accepts the following options. Also see @ref{Common options}. @table @samp