|
From: ulixes <mat...@gm...> - 2007-05-14 12:45:42
|
Hey, i have a folder with about 1000 .dat files and would have to do the following with all of them: set out "data1.png" plot "z2.dat" u 1:4 w l lt 3, "data1.dat" u 1:(6.6E-18*$2) w l lt 4 where data1 is the name of a single file. It is important that the png picture is saved under the name of original file. I am on Ubuntu Linux. Thank you and have a nice day! -- View this message in context: http://www.nabble.com/many-files---must-read-their-names-tf3752074.html#a10602865 Sent from the Gnuplot - User mailing list archive at Nabble.com. |