Hacker News new | ask | show | jobs
Bash function to copy IP to clipboard (adamsimpson.net)
6 points by asimpson 4940 days ago
2 comments

Great idea -- here's a slightly modified version that works on Ubuntu: https://gist.github.com/4238621
This reminds me of a difficult linux-Xwindows type question that I've had for years:

   How can you paste from the secondary clipboard buffer (usually this is by using the middle mouse button), via the keyboard?