# We replace all old comment ("C" or "c") by fortran 90 standard one ("!") : this occurs only in first # column of course and have to be followed by a space (blank or tab.) # The command to use is: # sed -i -f comment_conv.sed s/^[c]/!/gI