Re: Carriage-return problem with ssh, "hostname" command

2007-07-03 Thread Brian Dessent
David Menestrina wrote: > -- > $ ssh localhost 'hostname | cat -v' > myhost^M > -- You're probably running a different hostname command here due to a different PATH setting. See . Brian -- Unsubscribe in

Carriage-return problem with ssh, "hostname" command

2007-07-03 Thread David Menestrina
Hi, I have a strange problem with carriage-return (CR, \r, ^M) handling on Cygwin (DLL version: 1.5.24). The problem is only exposed when running the "hostname" command via ssh. Here is a sample session that demonstrates the bug: -- $ hostname | cat -v myhost ---