hey,
I don't know, what I am doing wrong, but my for-loop is not working anymore.
I always get the error:
"awk: cmd. line:8: (FILENAME=- FNR=1) fatal: arg count 8 greater than total number of supplied arguments"
Does someone maybe see the mistake I am making...
Thanks for any help,
Ergy
I don't know, what I am doing wrong, but my for-loop is not working anymore.
I always get the error:
"awk: cmd. line:8: (FILENAME=- FNR=1) fatal: arg count 8 greater than total number of supplied arguments"
Code:
cat input_jal.dat |awk '{
zaehler=0
for (zaehler=0;zaehler<=41;zaehler++)
{
}
}'
Does someone maybe see the mistake I am making...
Thanks for any help,
Ergy