diff options
author | Assaf Gordon <assafgordon@gmail.com> | 2015-01-07 18:30:28 -0500 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2015-01-19 23:22:37 +0000 |
commit | 4c795d543908ea4715b3e0bd6c6cf908315936d8 (patch) | |
tree | 74e9d10d130ce903bf9053508a42f9cb3f48858a /gnulib | |
parent | c4c2a09cc804afb338efa5ccedffa269888c4685 (diff) | |
download | coreutils-4c795d543908ea4715b3e0bd6c6cf908315936d8.tar.xz |
split: new -t option to select record separator
* src/split.c (eolchar): A new variable to hold
the separator character (unibyte for now).
This is reference throughout rather than hardcoding '\n'.
(usage): Describe the new --separator option, and
mention records along with lines so there is no ambiguity
that all options treat lines and records equivalently.
(main): Have -t update eolchar, or default to '\n'.
* tests/split/record-sep.sh: New test case.
* tests/local.mk: Reference the new test.
* doc/coreutils.texi (split invocation): Document the new option.
Adjust --lines, --line-bytes, --number=[lr]/... to mention
they pertain to records if --separator is specified.
* NEWS: Mention the new feature.
Diffstat (limited to 'gnulib')
0 files changed, 0 insertions, 0 deletions