gds2gdt - tool to convert binary gds2 to textual gdt format
gds2gdt [options] [inputFile] [outputFile]
Note: options are case-insensitive and can be shortened as long they remain unique.
-help
print this and exit
-inFilename <fileName>
default is STDIN
also filename of '-' means STDIN
-outFilename <fileName>
default is STDOUT
also filename of '-' means STDOUT
-version
print version of program and quit
gds2gdt test.gds test.gdt
zcat test.gds.gz | gds2gdt | grep ^cell