About: nothing to see here, move along
Setting clipboard:
$ echo foo | xclip -selection c
Getting clipboard:
$ xclip -selection c -o foo