Re: gnuplot script aide
> ..
>set out "$fname"
> ..
> plot '$fname' using :5 w impulses
> ..
> this is the errro message that i have
> line 0: no data point found in specified file
maybe you should choose another filename for the
output file, other than the name of the input file...
actually you are overwriting the input file.