|
From: Patrick D. <pd...@gm...> - 2017-03-09 22:17:44
|
Hello,
This works fine:
plot "< awk '$0 !~ /^\#/ { print $2 }' < F0016CH2.csv"
Now, I want to use the file name from a variable
FILE = "F0016CH2.csv"
but I cannot make it works:
plot "< awk '$0 !~ /^\#/ { print $2 }' < @FILE"
I also tried with @ARG1, but same issue
It does not want to read from the file
Any idea ?
Thank
===========================================================================
Patrick DUPRÉ | | email: pd...@gm...
Laboratoire de Physico-Chimie de l'Atmosphère | |
Université du Littoral-Côte d'Opale | |
Tel. (33)-(0)3 28 23 76 12 | | Fax: 03 28 65 82 44
189A, avenue Maurice Schumann | | 59140 Dunkerque, France
===========================================================================
|