hciacastaway
Technical User
I am working with a fixed-length file that I need to replace the names that are in between the 81-130 positions for all records starting with a "C" at the beginning of the line. If this was a variable-length file, I could state the field number I wish to do the substitutions for, but how do I do that for fixed-length files? I have been going over both awk and sed and I am stumped. Any suggestions? Thanks!