TextFileOperator ================ .. code-block:: none USAGE: TextFileOperator [--returnparameterfile ] [--processinformationaddress ] [--xml] [--echo] [--scale ] [--indexRow ] [--connectColumn ] [--connectRow ] [--extract >] [--transpose] [--info] [-o ] [--] [--version] [-h] Where: --returnparameterfile Filename in which to write simple return parameters (int, float, int-vector, etc.) as opposed to bulk return parameters (image, geometry, transform, measurement, table). --processinformationaddress Address of a structure to store process information (progress, abort, etc.). (value: 0) --xml Produce xml description of command line arguments (value: 0) --echo Echo the command line arguments (value: 0) --scale Scale value. --indexRow Index file to select rows. --connectColumn The file which is appended after all columns in theh input file. --connectRow The file which is appended after all rows in theh input file. --extract > Extract submatrix based on 4 indices rowStart,rowEnd,columnStart ,columnEnd --transpose File transpose. (value: 0) --info File information. (value: 0) -o , -- Output file. --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. (required) Input file. Description: Operations for text files. Author(s): Jian Cheng (jian.cheng.1983@gmail.com) Acknowledgements: Thank you everyone.