bash process substitution hangs with ssh

2009-12-31 Thread aputerguy
ining the two fails. Any thoughts on what may be wrong here? -- View this message in context: http://old.nabble.com/bash-process-substitution-hangs-with-ssh-tp26983912p26983912.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/prob

Re: bash process substitution hangs with ssh

2009-12-31 Thread aputerguy
aputerguy writes: > ssh remotemachine cat remotefile> Note typo above. Should be: ssh remotemachine cat remotefile -- View this message in context: http://old.nabble.com/bash-process-substitution-hangs-with-ssh-tp26983912p26983920.html Sent from the Cygwin list mailing list arch

Re: bash process substitution hangs with ssh

2009-12-31 Thread aputerguy
n context: http://old.nabble.com/bash-process-substitution-hangs-with-ssh-tp26983912p26983954.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://c

Re: bash process substitution hangs with ssh

2009-12-31 Thread aputerguy
OK I got it to work by using 'ssh -n' since I guess otherwise it was waiting to read from stdin. Not sure though why it works without '-n' in Linux... -- View this message in context: http://old.nabble.com/bash-process-substitution-hangs-with-ssh-tp26983912p26983985.html

Re: bash process substitution hangs with ssh

2009-12-31 Thread aputerguy
And interestingly, the mkfifo version still dumps core even with 'ssh -n' I'm confused... -- View this message in context: http://old.nabble.com/bash-process-substitution-hangs-with-ssh-tp26983912p26983991.html Sent from the Cygwin list mailing list archive at Nabble.com. --