Re: paste + awk

"Patrick Dupre" <[email protected]>
Newsgroups gmane.comp.graphics.gnuplot.user
Message-ID <trinity-89c4b9e6-86d4-4fca-82e4-1a2a4bfaeebd-1558972314401@3c-app-mailcom-bs08>
OK,

Do not worry. Every thing is under control now.

===========================================================================
 Patrick DUPRÉ                                 | | email: [email protected]
 Laboratoire interdisciplinaire Carnot de Bourgogne
 9 Avenue Alain Savary, BP 47870, 21078 DIJON Cedex FRANCE
 Tel: +33 (0)380395988
===========================================================================


> Sent: Monday, May 27, 2019 at 5:43 PM
> From: "walter harms" <[email protected]>
> To: [email protected]
> Cc: "Patrick Dupre" <[email protected]>
> Subject: Re: [Gnuplot-info] paste + awk
>
> 
> 
> Am 24.05.2019 17:20, schrieb Patrick Dupre:
> > Hello,
> > 
> > I wanted to run such a command, but it does not work.
> > 
> > plot "< paste  . test.asc . |awk -F',' '(NR>1) {print ($1, $2)}' "
> > or
> > plot "< paste " . test.asc . "|awk -F',' '(NR>1) {print ($1, $2)}' "
> > 
> > Actually, I want to make a paste of 2 files, before awk 
> > Here I tried with 1 file
> > 
> 
> 
> this works for me:
> seq 5  -1 1 >f1
> seq 1 5 >f2
> 
> gnuplot> plot "< paste f2 f1" u 1:2 w l
> 
> re,
>  wh
>


_______________________________________________
gnuplot-info mailing list
[email protected]
Membership management via: https://lists.sourceforge.net/lists/listinfo/gnuplot-info
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.