Re: help with text-append over SSH ? - dd: unknown operand >>

2007-10-15 Thread Giorgos Keramidas
On 2007-10-12 16:43, Juri Mianovich <[EMAIL PROTECTED]> wrote: >--- Giorgos Keramidas <[EMAIL PROTECTED]> wrote: >>On 2007-10-11 16:49, Juri Mianovich >><[EMAIL PROTECTED]> wrote: >>> >>> I have an account on a system where I cannot log in over SSH, but I >>> _can_ run a limited set of commands rem

Re: help with text-append over SSH ?

2007-10-14 Thread J65nko
On 10/14/07, Wojciech Puchar <[EMAIL PROTECTED]> wrote: > > 'dd' command (among others) on the remote host ... so > > for instance, I can do things like this: > > > > ssh [EMAIL PROTECTED] rm -rf filename > > > > So, with all that in mind, how do I append the > > contents of a local file to a remot

Re: help with text-append over SSH ?

2007-10-13 Thread Wojciech Puchar
'dd' command (among others) on the remote host ... so for instance, I can do things like this: ssh [EMAIL PROTECTED] rm -rf filename So, with all that in mind, how do I append the contents of a local file to a remote file, over SSH, using either 'echo' or 'dd' ? Thanks. cat file |ssh [EMAIL

Re: help with text-append over SSH ? - dd: unknown operand >>

2007-10-13 Thread Mel
On Saturday 13 October 2007 12:08:16 Svein Halvor Halvorsen wrote: > I want to append the contents of a local text file > >>> > >>> to the contents of > >>> > a remote text file, over SSH. > > Andrew Pantyukhin wrote: > > cat file1 | ssh [EMAIL PROTECTED] "dd -of file2" > > That will repl

Re: help with text-append over SSH ? - dd: unknown operand >>

2007-10-13 Thread Svein Halvor Halvorsen
I want to append the contents of a local text file >>> to the contents of a remote text file, over SSH. : Andrew Pantyukhin wrote: > cat file1 | ssh [EMAIL PROTECTED] "dd -of file2" That will replace the contents of file2, not append it. Also it should be "dd of=file1". However, you ca

Re: help with text-append over SSH ? - dd: unknown operand >>

2007-10-12 Thread Andrew Pantyukhin
On Fri, Oct 12, 2007 at 04:43:38PM -0700, Juri Mianovich wrote: > > --- Giorgos Keramidas <[EMAIL PROTECTED]> > wrote: > > > On 2007-10-11 16:49, Juri Mianovich > > <[EMAIL PROTECTED]> wrote: > > > > > > I have an account on a system where I cannot log > > in over SSH, but I > > > _can_ run a lim

Re: help with text-append over SSH ? - dd: unknown operand >>

2007-10-12 Thread Juri Mianovich
--- Giorgos Keramidas <[EMAIL PROTECTED]> wrote: > On 2007-10-11 16:49, Juri Mianovich > <[EMAIL PROTECTED]> wrote: > > > > I have an account on a system where I cannot log > in over SSH, but I > > _can_ run a limited set of commands remotely, over > SSH. (I am in a > > jail of some sorts). > >

Re: help with text-append over SSH ?

2007-10-12 Thread Giorgos Keramidas
On 2007-10-11 16:49, Juri Mianovich <[EMAIL PROTECTED]> wrote: > > I have an account on a system where I cannot log in over SSH, but I > _can_ run a limited set of commands remotely, over SSH. (I am in a > jail of some sorts). > > I want to append the contents of a local text file to the contents

Re: help with text-append over SSH ?

2007-10-12 Thread Tijl Coosemans
On Friday 12 October 2007 01:49:04 Juri Mianovich wrote: > I have an account on a system where I cannot log in > over SSH, but I _can_ run a limited set of commands > remotely, over SSH. (I am in a jail of some sorts). > > I want to append the contents of a local text file to > the contents of a

Re: help with text-append over SSH ?

2007-10-12 Thread Peter Boosten
On Fri, October 12, 2007 01:49, Juri Mianovich wrote: > > I have an account on a system where I cannot log in > over SSH, but I _can_ run a limited set of commands remotely, over SSH. (I > am in a jail of some sorts). > > I want to append the contents of a local text file to > the contents of a r