Re: stdout redirect
From: Darren Dunham (ddunham_at_redwood.taos.com)
Date: 07/01/04
- Next message: Richard E. Silverman: "Re: Explanation of SSH"
- Previous message: Richard Harris: "stdout redirect"
- In reply to: Richard Harris: "stdout redirect"
- Next in thread: Richard Harris: "Re: stdout redirect"
- Reply: Richard Harris: "Re: stdout redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 01 Jul 2004 00:09:21 GMT
Richard Harris <rharris@kahuna.sdsu.edu> wrote:
> Hello,
> Can you redirect the stdout of a program being run over ssh to any
> indiscriminate fp?
I'm not sure if this is an SSH question or something else.
You could try this...
ssh host "program argument" >&18
but your shell will probably complain that there's nothing connected to
fd 18.
What are you trying to do?
-- Darren Dunham ddunham@taos.com Senior Technical Consultant TAOS http://www.taos.com/ Got some Dr Pepper? San Francisco, CA bay area < This line left intentionally blank to confuse you. >
- Next message: Richard E. Silverman: "Re: Explanation of SSH"
- Previous message: Richard Harris: "stdout redirect"
- In reply to: Richard Harris: "stdout redirect"
- Next in thread: Richard Harris: "Re: stdout redirect"
- Reply: Richard Harris: "Re: stdout redirect"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]