Re: Challenge: reading ascii data
Group: comp.lang.fortran · Group Profile · Search for sample post in comp.lang.fortran
Author: David Thompson
Date: Dec 2, 2007 15:20
...you may want to unpad those on output to match the input. Or, if the subscript fields in the data lines are fixed width (unable to be sure from the small sample posted, but very likely for Fortran output and fairly likely for other output in a Fortran shop) don't use (awk-default) whitespace-delimited fields, instead either parse at the ...
Show full article (6.45Kb) |