joeroe3380
MIS
HI group !!
i was executing this awk script ..but it throws an error..which im not able to figure ..plzz advice me on how to go about this error
$ awk '{for(i<=$3;i<=$4;++i) printf("%04d\t%s%s\t%s\n",i,$1,$2,$5)}'/in.parms > /out.dat
syntax error The source line is 1.
The error context is
{for(i<=$3;i<=$4;++i) >>> printf("%04d\t%s%s\t%s\n",i,$1,$2,$5)}/in.parms. <<< parms
awk: Quitting
The source line is 1.
thanks n regards,
joeroe
i was executing this awk script ..but it throws an error..which im not able to figure ..plzz advice me on how to go about this error
$ awk '{for(i<=$3;i<=$4;++i) printf("%04d\t%s%s\t%s\n",i,$1,$2,$5)}'/in.parms > /out.dat
syntax error The source line is 1.
The error context is
{for(i<=$3;i<=$4;++i) >>> printf("%04d\t%s%s\t%s\n",i,$1,$2,$5)}/in.parms. <<< parms
awk: Quitting
The source line is 1.
thanks n regards,
joeroe