Mfsort instructions.
Windows:
When specifying instructions on the command line, the maximum length of the mfsort command is 1024 characters. Characters after this limit are ignored, and if this truncation causes an invalid or incomplete command, an error is produced.
UNIX:
When specifying instructions on the command line:
- The maximum length of the mfsort command is 1024 characters. Characters after this limit are ignored, and if this truncation causes an invalid command, an error is produced.
- Allow the shell to pass through special characters such as parentheses or comment characters (*) in one of the following ways:
- Use quotes """" to enclose parentheses
- Place an escape character \ directly in front of a parenthesis or a comment character
|