diff --git a/sheets/pbcopy b/sheets/pbcopy new file mode 100644 index 0000000..6884a7c --- /dev/null +++ b/sheets/pbcopy @@ -0,0 +1,9 @@ +# pbcopy +# Place standard output in the clipboard. + +# Place the contents of a file in the clipboard: +pbcopy < file + +# Place the results of a command in the clipboard: +find . -type t -name "*.png" | pbcopy +