Module gr_split_into_files


Name:
gr_split_into_files - a GRToolbox module
Description:
Splits a point-file into several files splitting at each
separator (&, or any other line not starting with # or @).
The files will be numbered by the number of sets.
The output base name can be specified by -base option.
(Don't use -o Option!)
Synopsis:
-[base digits first suffixh o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-base string Base name for output files.
(Default: INPUT
Name:.set)
-suffix string Outputname Suffix.(Default: No Suffix)
-digits int Number of digits for number in output name
(Default: 2)
-first int Number in output name will be
set_number + first_number (Default: 0)
Example Input Data:
1 0
3 4
5 2
8 9
10 3
0 1
2 3
3 4
4 9
&1 0
3 4
5 2
8 9
10 3
0 1
2 3
3 4
4 9
Example Output Data:



Back to List of all GR Modules.