> --bytes=/N split the input into N roughly equal portions (byte-oriented)
> --lines=/N split the input into N roughly equal portions (line-oriented) > > then, assuming the BSD option works this way, you could document -n N > like this: > > -n N equivalent to --bytes=/N I think we have a winner! :-)