Module gr_copy


Name:
gr_copy - a GRToolbox module
Description:
Copy point data and select sets.
Synopsis:
-[h o v noc nof now skip f m c e i s l]
-help For help on all options.
Special Options:
-set int Don't print this set.
+set int Print only this set.
-sets int int ... -1 Don't print these sets.
+sets int int ... -1 Print these sets.
The following arguments have a slightly differnt meaning than usually:
-l int int ... -1 Don't print these sets.
+l int int ... -1 Print these sets.
-odd Print only sets with odd number (starting with 0).
-even Print only sets with even number (starting with 0).

Example Input Data:
1 2
3 4
5 6
7 8
9 10
11 12
13 14
15 16
Example Output Data:
1 2
3 4
5 6
7 8
9 10
11 12
13 14
15 16



Back to List of all GR Modules.