3
I'm on Ubuntu 12.04. I need to write a Bash script which would automatically paste a URL to the terminal without having to press CtrlShiftV on the keyboard.
The script contains the command:
wget -O "url"
The URL would already be copied before the script executes.
What operating system should this work on? What desktop environment / window manager are you running? – slhck – 2014-03-11T15:07:43.873
Iam using Ubuntu 12.04 – user3402248 – 2014-03-11T15:12:10.257
The windows manager is compiz – user3402248 – 2014-03-11T15:18:14.960