home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / gnuplot / 688 < prev    next >
Encoding:
Text File  |  1993-01-23  |  906 b   |  25 lines

  1. Newsgroups: comp.graphics.gnuplot
  2. Path: sparky!uunet!mcsun!julienas!lri!wacren
  3. From: wacren@lri.fr (Laurent WACRENIER)
  4. Subject: Re: column filter for use with gnuplot
  5. Message-ID: <1993Jan23.121323.24826@lri.fr>
  6. Sender: wacren@lri.fr (Laurent WACRENIER)
  7. Organization: Laboratoire de Recherche en Informatique
  8. References:  <1jk0qdINN611@swrinde.nde.swri.edu>
  9. Date: Sat, 23 Jan 1993 12:13:23 GMT
  10. Lines: 13
  11.  
  12.  
  13. In article <1jk0qdINN611@swrinde.nde.swri.edu>, jss@stanley.nde.swri.edu
  14. (Jeff Stolte) writes:
  15. |> I have heard about a filter program that can be used to select
  16. |> specified columns from an ascii data file and have its output
  17. |> piped to gnuplot.  I do not remember what the program is called
  18. |> or where it is available.  Does anyone know of such a program?
  19.  
  20. Use the Unix System V command `cut'
  21. For example,
  22.     cut -f2,5
  23. send the 2nd and 5th columns to standard ouput.
  24. Read the manual for most details
  25.