Sometimes, when I paste things into Putty, it runs them automatically. Other times, it waits for me to his Enter before running the command. Why the erratic behavior?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
In the first instance, you're pasting the command with a newline, which is getting sent to the terminal and is equivalent to ENTER. In the second instance you've copied and pasted a command without a newline, so it is waiting for ENTER to run the command. |
|||||
|
|
I would guess that you get a linefeed copied into the clipboard sometimes. To check if this is the case, try running |
|||
|
|