I am trying to get the parameter -a10 form the second line of this txt file to insert on a plot. I have tried using the load command but it brings up an error.
gnuplot> rm /tmp/vtsidplot*data
^
"plinkcmd.txt" line 1: invalid command
Does anyone have an ideal as to how I can do this?
Txt file
I am trying to get the parameter -a10 form the second line of this txt file to insert on a plot. I have tried using the load command but it brings up an error.
Does anyone have an ideal as to how I can do this?
Txt file
Last edit: Hans-Bernhard Broeker 2021-07-11
On what basis did you conclude that regular shell commands like 'rm' would just work in a gnuplot script?