MPE/iX Shell and Utilities Reference Manual, Vol 1
csplit(1) MPE/iX Shell and Utilities csplit(1)
Message: need at least one section argument
Cause: You did not specify any splitting criteria.
Action: Specify at least one argument which defines splitting criteria.
Message: num1 digits specified (limit allowed)
Cause: You specified an argument to the –n option that was greater than the number of
digits allowed by csplit (that is, limit).
Message: output file "filename": system error
Cause: See syserror(3).
Action: See syserror(3).
Message: too many file names generated, use "–n" option
Cause: You specified a set of criteria that created more files than csplit was able to
generate names for, given the number of digits in the numeric portion of file
names.
Action: Specify criteria that creates fewer files, or use the –n option to increase the
number of digits in the numeric portion of file names.
Message: Unknown option "–option"
Cause: You specified an option that is not valid for split.
Action: Check the DESCRIPTION section for a list of valid csplit options.
Message: Warning: premature EOF at "arg"
Cause: csplit reached the end-of-file before completing the search for arg.
Action: Specify criteria that will not cause csplit to try searching past the end of the
file.
Message: write error on file "filename": system error
Cause: See syserror(3).
Action: See syserror(3).
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0. All UNIX systems.
The –A and –a options are extensions to the POSIX standard.
MPE/iX NOTES
For information on how the current MPE/iX implementation may affect the operation of this
utility, see Appendix A, MPE/iX Implementation Considerations.
SEE ALSO
awk(1), sed(1), regexp(3)
1-142 Commands and Utilities