you know how you can pipe the output of one command into a file with ">"?

  $ find . > file.txt

is there a way to pipe it into a file over ssh?  something like this?

  $ find . > ssh [EMAIL PROTECTED]:/path/to/file

obviously, this doesn't work, but i'd like to know if there's a way to make it 
work...

-- 
many go fishing all their lives
without knowing that it is not fish they are after.
  - henry david thoreau

--
[EMAIL PROTECTED] mailing list

Reply via email to