From b12141953a7d152b93ded750c874f699b5eb3cd3 Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Sun, 20 Dec 2015 17:26:20 -0600 Subject: [PATCH] Add info on where to get more details. --- unix/copying-file-contents-to-system-paste-buffer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/copying-file-contents-to-system-paste-buffer.md b/unix/copying-file-contents-to-system-paste-buffer.md index 1d83b2c..1c2c568 100644 --- a/unix/copying-file-contents-to-system-paste-buffer.md +++ b/unix/copying-file-contents-to-system-paste-buffer.md @@ -8,3 +8,5 @@ paste buffer. ``` $ cat some-file.txt | pbcopy ``` + +See `man pbcopy` for more details.