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?
|
feedback
|
|
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. | |||||
feedback
|
|
I would guess that you get a linefeed copied into the clipboard sometimes. To check if this is the case, try running | |||
|
feedback
|