Package: coreutils
Version: 8.21-1
File: /usr/share/man/man1/split.1.gz

.PP
CHUNKS may be:
N       split into N files based on size of input
K/N     output Kth of N to stdout
l/N     split into N files without splitting lines
l/K/N   output Kth of N to stdout without splitting lines
r/N     like 'l' but use round robin distribution
r/K/N   likewise but only output Kth of N to stdout

becomes

       CHUNKS  may  be:  N       split into N files based on size of input K/N
       output Kth of N to stdout l/N     split into N files without  splitting
       lines  l/K/N    output  Kth  of N to stdout without splitting lines r/N
       like 'l' but use round robin distribution  r/K/N    likewise  but  only
       output Kth of N to stdout

on the man page.

Tested with
# su - nobody -c 'man split'



Reply via email to