This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bash process substitution hangs with ssh


Running the following command:
   cat <(ssh remotemachine cat remotefile)
*hangs* on cygwin bash while working on linux bash.

Note though that even on cygwin, the individual pieces seem to work, i.e.:
   ssh remotemachine cat remotefile> 
and
   cat <(cat localfile)
both work.

But combining 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/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]