Skip to main content
edited tags
Link
Bratchley
  • 17.3k
  • 14
  • 69
  • 105
Source Link
Loom
  • 4.1k
  • 11
  • 33
  • 44

Print the system clipboard content in bash

There is a way to put some command output to system clipboard via xclip.

some-command | xclip -selection clipboard 

I'd like to perform a reverse task - Print system clipboard to terminal. How it can be done?