DEV Community

moogoo
moogoo

Posted on

4 3

pbcopy and pbpaste: Mac command-line copy and paste tools

phcopy and pbpaste are super useful command-line tools for Copy and Paste (ctrl+c / ctrl+v).

# copy content from a text file
$ cat my-file.txt | pbcopy
# paste (output) from clipboard
$ pbpaste
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more