[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please help parsing file [sed, awk, fortran, bash]



As usual, I obviously screwed up the indexes...
>   10         DAT(IDX)=VAL
<   10         DAT(IDX+1)=VAL
>              WRITE(2,*), i, DAT(i)
<              WRITE(2,*), i-1, DAT(i)


Le vendredi 31 août 2012 à 20:00 +0200, Gaël DONVAL a écrit :
> I have to learn fortran.
> I just thought this was a great opportunity to start that :)




Reply to: