usage: Usage: proctxt.py [options] <txt 1> <txt 2> ... Simple manipulations of text files conatining multi-column data, as would be used with plotting programs.
Option | Type | Description |
---|---|---|
--version | None | show program's version number and exit |
--merge | str | Merge several files into a single output. All inputs must have the same number of rows. Row comments stripped. |
--sortcomment | None | Sorts rows based on per-row comment (after #) before merging |
--verbose, -v | int | verbose level [0-9], higher number means higher level of verboseness |
--ppid | int | Set the PID of the parent process, used for cross platform PPID |