On 16Jan2012 19:57, Hiisi <hiisi@xxxxxxxxxxxxxxxxx> wrote: | On 16 January 2012 20:50, Kevin Martin <kevintm@xxxxxxxxxxxxx> wrote: | > put a 'set -x' in there so you can see what's happening during the execution. It would be interesting to know what $line is getting | > set to. You may be surprised. | > | > Kevin | | Thanks for you help, Kevin. It doesn't display anything during first | loop nor to the second. All I get is '+ read line'. But on the second | loop it exits exactly after this line. That is because it is seeing EOF from the pipe. And that is because ssh has eaten all your input (it copies its input to the remote command). Use "ssh -n" or "ssh ..... </dev/null". Cheers, -- Cameron Simpson <cs@xxxxxxxxxx> DoD#743 http://www.cskk.ezoshosting.com/cs/ Never precede any maneuver by a comment more predictive than "Watch this!" - Kent Polk kent@xxxxxxxxxxxxxxxxxxxx -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org