| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
having to specify the right number of bytes.
Obtained from: NetBSD
Submitted by: Jan Schaumann <jschauma@netmeister.org>
PR: 113175
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Also make both lowercase and uppercase suffix letters work
as byte-count suffixes, i.e. the following two commands are
equivalent now:
% split -b 4m foo
% split -b 4M foo
Submitted by: Roman Divacky [1]
Lots of help by: cperciva
Reviewed by: cperciva
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
|
| |
Sort getopt option handling of -p too, while here.
The changes are adapted from a patch by Ruslan Ermilov, posted as
followup to docs/33852.
PR: docs/33852
Submitted by: Gary W. Swearingen <swear@blarg.net>
MFC after: 1 week
|
|
|
|
| |
instead of a file operand; this is not compatible with POSIX.
|
|
|
|
|
|
|
|
| |
if none was specified on the command line. This is not permitted by
POSIX, and no longer needed now that we have the -a option.
PR: 85099
Submitted by: Toby Peterson (Apple Computer)
|
| |
|
|
|
|
| |
int to store offsets.
|
|
|
|
| |
protoize.
|
|
|
|
| |
SUSV3 requires something like "split -- -" to work. Document the "-" operand.
|
|
|
|
|
|
| |
line is too long.
Obtained from: OpenBSD
|
| |
|
|
|
|
|
| |
Submitted by: Tim J. Robbins <tim@robbins.dropbear.id.au>
MFC after: 1 month
|
| |
|
|
|
|
|
|
|
|
| |
Added $FreeBSD tag (in the way the already present sccsid is
done). I've been told the rcsid stuff may be of dubious value
so I'm curious to know if folks (still) use it.
Submitted by: Brad Chisholm <blc@bsdwins.com>
|
|
|
|
| |
Submitted by: Philippe Charnier <charnier@xp11.frmug.org>
|
|
|
|
|
|
| |
the file with a regular expression. Useful for e.g. 'cvs diff' output.
Also compile cleanly with -Wall and fix a few style bugs.
PR: bin/9405
|
| |
|
|
|
|
| |
posix standard on the topic.
|
|
|
|
|
|
|
|
|
|
| |
complain about an 'illegal line count' becuase it's looking
at the wrong end pointer (ep) to detect any extra characters
after the NNN.
Submitted by: Rich Murphey <rich@freebsd.org>
This should probably get pulled into 2.0.6 and 2.1.0
|
|
|