Depends on the terminal I think. Pretty sure KDE’s Konsole warns you that commands may be run when pasting something with newlines, but still allows it.
There is an exploit which addresses copy pasting things in terminal. Where you’d copy one thing, but when pasting you get more than you bargained for. Any decent terminal would ignore \n for this reason or at least not treat it as pressing enter.
Given that their hand is over the mouse and not the keyboard/enter key, I assume they’re gonna click close on the terminal :p
Right click for paste, they have \n in the clipboard
Afaik \n may not run a command. I have pasted multiline commands but they only seem to run after hitting enter
Depends on the terminal I think. Pretty sure KDE’s Konsole warns you that commands may be run when pasting something with newlines, but still allows it.
There is an exploit which addresses copy pasting things in terminal. Where you’d copy one thing, but when pasting you get more than you bargained for. Any decent terminal would ignore
\n
for this reason or at least not treat it as pressing enter.