I know there are a lot of threads, tutorials and questions about how to work around it, but I do not get, WHY you simply cannot use Ctrl+C and Ctrl+V to insert a line for example from the browser into the bash (Linux) / cmd (Windows).
Is there a specific reason why this isn't yet implemented?
It works like this:
- Ctrl+C from the source
- Right Click -> Paste in the Bash or CMD
This is because back in the days of MSDOS and Unix, they didn't have copy paste, and cmd and terminal are based on that. Also, some Linux versions let you do this, such as Mint Linux and Kali.
– Kirill2485 Oct 23 '15 at 05:29