History log of /netbsd-src/usr.bin/split/split.1 (Results 1 – 17 of 17)
Revision Date Author Comments
# 5e25f4bb 14-Feb-2023 jschauma <jschauma@NetBSD.org>

fix synopsis to indicate that options '-l' and '-n' are mutually inclusive


# b0a3116c 30-Jan-2023 jschauma <jschauma@NetBSD.org>

auto-extend suffix length if required

If the input cannot be split into the number of files resulting from the
default suffix length, automatically extend the suffix length rather than
bailing out w

auto-extend suffix length if required

If the input cannot be split into the number of files resulting from the
default suffix length, automatically extend the suffix length rather than
bailing out with 'too many files'.

Suffixes are extended such that the resulting files continue to sort
lexically and "cat *" would reproduce the input. For example, splitting
a 1M lines file into (default) 1000 lines per file would yield files
named 'xaa', 'xab', ..., 'xyy', 'xyz', 'xzaaa', 'xzaab', ..., 'xzanl'.

If '-a' is specified, the suffix length is not auto-extended.

This behavior matches GNU sort(1) since around version 8.16.

show more ...


# e1925bde 31-May-2007 jschauma <jschauma@NetBSD.org>

Add a new command-line option "-n chunk_count", that splits the input
file into chunk_count smaller files. Each file will be size/chunk_count
bytes large, with whatever spillover there is ending up

Add a new command-line option "-n chunk_count", that splits the input
file into chunk_count smaller files. Each file will be size/chunk_count
bytes large, with whatever spillover there is ending up in the chunk_counth
file.

show more ...


# 6e478b06 24-Dec-2006 wiz <wiz@NetBSD.org>

Mention that the argument file is not modified. From jmc@openbsd.


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# b768f7ad 10-Jul-2003 bjh21 <bjh21@NetBSD.org>

Remove the hack that varied the first character of the output filename if
a base name wasn't specified. It's not really necessary now that we've
got -a, it's ugly, and POSIX doesn't permit it.

Sugg

Remove the hack that varied the first character of the output filename if
a base name wasn't specified. It's not really necessary now that we've
got -a, it's ugly, and POSIX doesn't permit it.

Suggested on tech-userlevel a couple of weeks ago to a deafening silence.

show more ...


# 4f65cbad 27-Jun-2003 bjh21 <bjh21@NetBSD.org>

Cleanup:
Correct synopsis to show that -l and -b are mutually exclusive.
Put [k|m] in the right typefaces.
Use .Ql for 'k' and 'm' in text.
Refer to the option-argument of -l as <line_length> consist

Cleanup:
Correct synopsis to show that -l and -b are mutually exclusive.
Put [k|m] in the right typefaces.
Use .Ql for 'k' and 'm' in text.
Refer to the option-argument of -l as <line_length> consistently.

show more ...


# 0b52d9cd 10-Jun-2003 bjh21 <bjh21@NetBSD.org>

From FreeBSD:
Allow "-" to be specified as an operand as well as an option.
SUSV3 requires something like "split -- -" to work. Document the "-" operand.


# 2ef4680e 10-Jun-2003 bjh21 <bjh21@NetBSD.org>

Add support for the -a option, which should fix standards/11226.
Code from <hiramatu@boreas.dti.ne.jp>, with improvements from me.
Manual page updates from FreeBSD.


# 6740a506 08-Dec-2001 wiz <wiz@NetBSD.org>

Sort sections.


# aded0d2c 01-Dec-2001 wiz <wiz@NetBSD.org>

Whitespace cleanup.


# 9ea1c857 19-Oct-1997 lukem <lukem@NetBSD.org>

WARNSify, fix .Nm usage, getopt returns -1 not EOF


# 5233fb40 21-Dec-1994 jtc <jtc@NetBSD.org>

Merged with 4.4lite.
Changed to conform to NetBSD's new RCS Id convention.


# c53a9c66 01-Apr-1994 cgd <cgd@NetBSD.org>

man page fix from Mark Weaver


# 4f5c7ccc 11-Jan-1994 jtc <jtc@NetBSD.org>

Fix spelling errors.


# c3e42d1c 01-Aug-1993 mycroft <mycroft@NetBSD.org>

Add RCS indentifiers.


# 61f28255 21-Mar-1993 cgd <cgd@NetBSD.org>

initial import of 386bsd-0.1 sources