MPE/iX Shell and Utilities Reference Manual, Vol 1
csplit(1) MPE/iX Shell and Utilities csplit(1)
DIAGNOSTICS
Possible exit status values are:
0 Successful completion.
1 Failure due to any of the following:
— because csplit was unable to open the input or output files
— a write error on the output file.
2 Failure due to any of the following:
— unknown command line option
— the prefix name was missing after –f
— the number of digits was missing after –n
— the input file was not specified
—noarg values were specified
— the command ran out of memory
—anarg was invalid
— the command found end-of-file prematurely
— a regular expression in an arg was badly formed
— a line offset/number in an arg was badly formed
—a{number} repetition count was misplaced or badly formed
— too many file names were generated when using –n
— generated file names would be too long.
Messages
Message: Badly formed line number "linenumber"
Cause: You specified a linenumber that was not a valid integer.
Action: Specify a valid integer for linenumber.
Message: Badly formed line offset in "offset"
Cause: You specified an offset that was not a valid integer.
Action: Specify a valid integer for offset.
Message: Badly formed regular expression regexp
Cause: You specified the regular expression regexp, but it did not contain a closing / or
%.
Action: Provide the missing / or %.
Message: Badly formed {repeat} count "number"
Cause: You specified a {number} that was not a valid integer.
Action: Specify a valid integer for number.
1-140 Commands and Utilities