How to copy your file to your clipboard from command line on Linux
For example, copy your ssh public key to your clipboard:
See also:xclip -sel clip < ~/.ssh/id_rsa.pub
$ mongoimport --help | xclip -sel clip
Comments
Post a Comment