MPE/iX Shell and Utilities Reference Manual, Vol 1

cut(1) MPE/iX Shell and Utilities cut(1)
Message: Missing character after –d
Cause: You specified the –d option, but did not provide a field separator character as its
argument.
Action: Provide the missing field separator character.
Message: Must specify "–f", "–b" or "–c" option
Cause: You did not specify any of the –f, –b,or–c options.
Action: Specify one of the three options.
Message: no fields specified in list [list]
Cause: cut did not recognize anything in list as indicating a field.
Action: Check the syntax of the list and re-enter the command.
Message: Option –option argument missing
Cause: You did not provide an argument for –option.
Action: Provide the missing argument.
Message: Out of memory
Cause: cut was unable to allocate the required system resources for internal buffers.
Action: Free up more system resources and try again.
Message: Unknown option "–option"
Cause: You specified an option that is not valid for cut.
Action: Check the DESCRIPTION section of this man page for a list of valid cut
options.
Message: write error on standard output: system error
Cause: See syserror(3).
Action: See syserror(3).
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0. UNIX System V.
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
paste(1), uname(1)
Commands and Utilities 1-149