Re: 1.5.24-2 question about using echo on remote node.

2007-09-17 Thread DePriest, Jason R.
On 9/17/07, Prakash Babu <> wrote: > Hello all, > > I am trying to run the following command using cygwin > on a remote node using ssh. > > /bin/sh -c 'echo Number=\"1234567\" >> /tmp/file1' > > The command executes successfully but the file has > content Number=1234567(double quotes missing) ins

1.5.24-2 question about using echo on remote node.

2007-09-17 Thread Prakash Babu
Hello all, I am trying to run the following command using cygwin on a remote node using ssh. /bin/sh -c 'echo Number=\"1234567\" >> /tmp/file1' The command executes successfully but the file has content Number=1234567(double quotes missing) instead of Number="1234567". The same command wo