diff --git a/pages/linux/xsel.md b/pages/linux/xsel.md index 20b8e362f..9bfad0ab6 100644 --- a/pages/linux/xsel.md +++ b/pages/linux/xsel.md @@ -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: