Created
January 22, 2020 21:41
-
-
Save vinaypai/324b97349a175c2f6a04c2084234fbbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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