diff --git a/sheets/pbpaste b/sheets/pbpaste new file mode 100644 index 0000000..6cbe52f --- /dev/null +++ b/sheets/pbpaste @@ -0,0 +1,9 @@ +# pbpaste +# Send the contents of the clipboard to standard output. + +# Write the contents of the clipboard to a file: +pbpaste > file + +# Use the contents of the clipboard as input to a command: +pbpaste | grep foo +