OPMPACK(1) | User Commands | OPMPACK(1) |
opmpack - Validator and printer of deck in Eclipse files without comments
The opmpack program will load a deck, resolve all include files and then print it out again on stdout. All comments will be stripped and the value types will be validated.
By passing the option -o you can redirect the output to a file or a directory.
Print on stdout:
Print MY_CASE.DATA in /tmp:
Print NEW_CASE in cwd:
As an alternative to the -o option you can use -c; that is equivalent to -o - but restart and import files referred to in the deck are also copied. The -o and -c options are mutually exclusive.
October 2022 | opmpack 2022.10 |