HWRF  trunk@4391
ush.hwrf_stream_parse Namespace Reference

This is a wrapper around produtil.atparse.AtParser, a simple preparser. More...

Detailed Description

This is a wrapper around produtil.atparse.AtParser, a simple preparser.

This script reads in a file with special control symbols, performs string replacements, file insertions, etc. and outputs the result to stdout.

1 hwrf_stream_parse.py [--] file1 [file2 [file3 [...] ]]

The special filename "-" requests reading of stdin. The "--" option requests termination of option parsing. Hence, to read the actual file "-", you would do "hwrf_stream_parse.py -- -" whereas to read stdin, you do "hwrf_stream_parse.py -"