What's like OSX's pbcopy for Linux
Problem
In a terminal in OSX I can pipe output to pbcopy and then go into a web browser and paste it. I tried this in Linux with xcopy but when I switch to the browser it just overwrites the clipboard with with whatever was in it the last time the browser was used. What works like pbcopy in Linux?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Fix for: What's like OSX's pbcopy for Linux
If you have desktop version of Linux (X) installed you may try in this way: or with : Now you can use them: When I don't have X I use GNU Screen functionality to copy between open shells in a session using keyboard. Copy: Ctrl-a Esc go to wanted position * Space (to begin selecting) press k to go forward mark text Enter Paste: Ctrl-a + ] * movements are done with vim like key bindings (j, k, l & m).
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix