Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.oberon > #348
| Newsgroups | comp.lang.oberon |
|---|---|
| Date | 2017-04-26 12:09 -0700 |
| Message-ID | <3fcffd08-e5de-47d6-b88b-4fec2eebf35d@googlegroups.com> (permalink) |
| Subject | Chaining output of command to be input of next command |
| From | carlglassberg@gmail.com |
If I have a sequence of Oberon Commands, where the first receives its input from a marked text viewer, what is simplest way to chain the output of each Command to be the input of the next Command: C0.a * C1.b C2.c ... (Commands shown with no parameters) Should this be rewritten so the previous command is the output filename parameter of the next command? C0.a * C1.b <C0.a> C2.c <C1.b> ... (Filename parameters shown with angle brackets, but the angle brackets are not really present, just here to differentiate parameter filename from previous Command of same name) I don't want to explicitly mark a text viewer output so it is treated as input, other than marking the input to the first Command. I am assuming output text viewer gets named the same as the Command that opened it.
Back to comp.lang.oberon | Previous | Next — Next in thread | Find similar
Chaining output of command to be input of next command carlglassberg@gmail.com - 2017-04-26 12:09 -0700
Re: Chaining output of command to be input of next command carlglassberg@gmail.com - 2017-04-26 13:04 -0700
Re: Chaining output of command to be input of next command UlrichEduard <noreplay@gmail.com> - 2021-08-21 16:12 +0200
csiph-web