From 3202852b03f0f53c0c9b61466c55656adad9496e Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sun, 20 Mar 2022 06:16:52 +1000 Subject: [PATCH] wl-copy: page update (#7901) --- pages/linux/wl-copy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/linux/wl-copy.md b/pages/linux/wl-copy.md index 96a0d62ac..2f3891ae9 100644 --- a/pages/linux/wl-copy.md +++ b/pages/linux/wl-copy.md @@ -4,17 +4,17 @@ > See also: `wl-paste`. > More information: . -- Copy text to the clipboard: +- Copy the text to the clipboard: -`wl-copy {{text}}` +`wl-copy "{{text}}"` -- Copy the output of a command to the clipboard: +- Pipe the command (`ls`) output to the clipboard: -`{{command}} | wl-copy` +`{{ls}} | wl-copy` - Copy for only one paste and then clear it: -`wl-copy --paste-once` +`wl-copy --paste-once "{{text}}"` - Clear the clipboard: