Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #1912 > unrolled thread
| Started by | Sree <sreejithpk@gmail.com> |
|---|---|
| First post | 2013-06-24 22:02 -0700 |
| Last post | 2013-06-25 19:57 -0700 |
| Articles | 3 — 2 participants |
Back to article view | Back to comp.graphics.apps.gnuplot
'< construction Sree <sreejithpk@gmail.com> - 2013-06-24 22:02 -0700
Re: '< construction Karl <mail.kfr@gmx.net> - 2013-06-25 14:23 +0200
Re: '< construction Sree <sreejithpk@gmail.com> - 2013-06-25 19:57 -0700
| From | Sree <sreejithpk@gmail.com> |
|---|---|
| Date | 2013-06-24 22:02 -0700 |
| Subject | '< construction |
| Message-ID | <c7b33e06-27b8-4650-a8e5-0a3b13c57ab0@googlegroups.com> |
Hello group, In some scripts, I have seen the following construction for plotting which has a '< after plot command: plot '< what is the use of it? what is it called to get more help on it? Thank you Sreejith
[toc] | [next] | [standalone]
| From | Karl <mail.kfr@gmx.net> |
|---|---|
| Date | 2013-06-25 14:23 +0200 |
| Message-ID | <kqc94u$j6a$1@news.rz.uni-karlsruhe.de> |
| In reply to | #1912 |
Am 25.06.2013 07:02, schrieb Sree: > plot '< > > what is the use of it? what is it called to get more help on it? It basically executes what comes after the "<" as a shell command, and pipes it´s output into the plot command. Can be used to filter your data file, or directly hook gnuplot onto some data source you´ve cabled to your computer. See help on "special filenames", last section, or generally unix piping and redirection. Karl
[toc] | [prev] | [next] | [standalone]
| From | Sree <sreejithpk@gmail.com> |
|---|---|
| Date | 2013-06-25 19:57 -0700 |
| Message-ID | <2f8803e5-db9e-4c6d-83ba-9d1fe313e904@googlegroups.com> |
| In reply to | #1914 |
On Tuesday, June 25, 2013 3:23:33 PM UTC+3, Karl wrote: > Am 25.06.2013 07:02, schrieb Sree: > > > > > plot '< > > > > > > what is the use of it? what is it called to get more help on it? > > > > It basically executes what comes after the "<" as a shell command, and > > pipes it´s output into the plot command. > > > > Can be used to filter your data file, or directly hook gnuplot onto some > > data source you´ve cabled to your computer. > > > > See help on "special filenames", last section, or generally unix piping > > and redirection. > > > > Karl Hi Karl, Thank you. Sree
[toc] | [prev] | [standalone]
Back to top | Article view | comp.graphics.apps.gnuplot
csiph-web