Skip to content

Instantly share code, notes, and snippets.

@vinaypai
Created January 22, 2020 21:41
Show Gist options
  • Save vinaypai/324b97349a175c2f6a04c2084234fbbe to your computer and use it in GitHub Desktop.
Save vinaypai/324b97349a175c2f6a04c2084234fbbe to your computer and use it in GitHub Desktop.
vinay@vinay-desktop:~$ ps auxww | grep xclip
vinay 24787 0.0 0.0 9936 920 pts/10 S+ 16:40 0:00 grep --color=auto xclip
vinay@vinay-desktop:~$ echo blah | xclip
vinay@vinay-desktop:~$ ps auxww | grep xclip
vinay 24807 0.0 0.0 7004 308 pts/10 S 16:40 0:00 xclip
vinay 24810 0.0 0.0 9936 920 pts/10 S+ 16:40 0:00 grep --color=auto xclip
vinay@vinay-desktop:~$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment