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