Y
Hacker News
new
|
ask
|
show
|
jobs
by
x3n0ph3n3
613 days ago
I want do paste from my clipboard, not copy another file.
1 comments
pbaam
612 days ago
I know, it's intentionally unrelated. But if you read my first sentence, you can do what you are interested in without using cat.
sudo tee somefile > /dev/null
And you will be able to paste from your clipboard or write anything you want. Without cat or piping.
link