From a47218cfca2589ffa583d8f485c1a3fbc289c166 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 20 Jun 2016 23:39:21 +0100 Subject: [PATCH] minor fixes to xsel, as discussed in #882 --- pages/linux/xsel.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/linux/xsel.md b/pages/linux/xsel.md index 20b8e362f8..9bfad0ab64 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: