mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 22:38:07 +01:00
minor fixes to xsel, as discussed in #882
This commit is contained in:
parent
fac92c4aa1
commit
a47218cfca
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@
|
|||
|
||||
- Copy output of a command into the clipboard:
|
||||
|
||||
`echo 123 | xclip -bi`
|
||||
`echo 123 | xsel -bi`
|
||||
|
||||
- Copy contents of a file into the clipboard:
|
||||
|
||||
`cat {{file}} | xsel -bo`
|
||||
`cat {{file}} | xsel -bi`
|
||||
|
||||
- Print the clipboard to STDOUT:
|
||||
|
||||
|
|
Loading…
Reference in a new issue