💻
💻
💻
💻
Today I Learned
Search…
⌃K
💻
💻
💻
💻
Today I Learned
Search…
⌃K
README
analytics
bash
db
dgraph
docker
fish
git
go
k8s
linux
net
osx
checksum a file from a url
cluster ssh in iterm2 with i2cssh
list open port
manage clipboard easily with jumpcut
pipe output to clipboard with pbcopy and pbpaste
show hidden file
sign application with self certificate
starting program on startup with login items
python
react
unix
vim
web
Powered By GitBook

pipe output to clipboard with pbcopy and pbpaste

Using terminal and needs to copy the result of command to clipboard ? use pbcopy
$ cat somefile.txt | pbcopy
Or the other way around, paste from clipboard and pipe it to other program
$ pbpaste | grep foo
Previous
manage clipboard easily with jumpcut
Next
show hidden file
Last modified 1yr ago
Copy link