On February 5, 2004 05:34 pm, Diego Zamboni wrote:
> > is there a way to pipe it into a file over ssh?  something like this?
> >
> >   $ find . > ssh [EMAIL PROTECTED]:/path/to/file
>
> find . | ssh [EMAIL PROTECTED] 'cat > /path/to/file'
>
> The whole command, including the redirection, must be inside quotes,
> for it to be interpreted at the remote machine.

sweet!  thanks man!

-- 
i'd rather die on my feet then live my life on my knees
        - emiliano Zapata

--
[EMAIL PROTECTED] mailing list

Reply via email to