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.

--Diego


-- [EMAIL PROTECTED] mailing list



Reply via email to