in reply to Re: Copy multiple lines to a loop (echo race)
in thread Copy multiple lines to a loop

I will not change to windows but I will ask some of the windows users if it is actually working for them.
  • Comment on Re^2: Copy multiple lines to a loop (echo race)

Replies are listed 'Best First'.
Re^3: Copy multiple lines to a loop (echo race)
by tye (Sage) on May 21, 2014 at 14:11 UTC
    but I will ask some of the windows users if it is actually working for them

    That would require "the windows users" to be running the script on Windows. But elsewhere you said:

    But as several other people use this script some are also connecting to this linux server from windows and mac clients

    That won't make a difference as the ssh client will be reading what they paste asynchronously and thus (on Windows) causing it to be echoed before the script has read that same data.

    - tye