Messages in this thread |  | | Date | Wed, 22 Jan 1997 10:26:02 -0700 (MST) | From | Derrik Pates <> | Subject | Re: No forwarding |
| |
On Wed, 22 Jan 1997, Richard B. Johnson wrote:
> On Tue, 21 Jan 1997, Derrik Pates wrote: > > # echo 1 >foo > # cat foo > 1 > > Works here. Let me see if I have a " " in the script otherwise I am sending > a space out "stdout". > > Well you were RIGHT! I just coppied what I was told without even thinking > But NOW I that I turned it on, I get hundreds of "martian source" errors! > > Guess that means it is "working????". I will have to wait until tonight > to see if my remote link actualy works, tho...
If you have a 1> like that, it tries to catch only stdout output, instead of the 1 > you're looking for. Sometimes you do hafta watch those spaces. :) Remember 2> for catching stderr? Works the same way.
Derrik Pates dpates@cavern.nmsu.edu
"What'll you two lovable plush toys have?" "How 'bout a root beer popsicle and an Orange Julius? What about you, Max?" "Dishwater! And put it in a dirty glass!" -Sam & Max "Fair Wind to Java"
|  |