I get an error when using a symbolic link in gnuplot
:
on l: drive
plot "/j/projMainpips/Aggregate/dailyStats.txt" u 1:4 w l lw 1
warning: Skipping unreadable file "/j/projMainpips/Aggregate/dailyStats.txt"
No data in plot
The link was created as:
ln -s //xxx.yy.xx.y/Users/spence/JobsStuff/ /j
If I don't use the link, it works fine:
on h: in folder /j
plot "projMainpips/Aggregate/dailyStats.txt" u 1:4 w l lw 1
How can I enable use of symlinks in gnuplot
?