Y
Hacker News
new
|
ask
|
show
|
jobs
by
yesenadam
2231 days ago
Perhaps it's more readable/writeable with Awk:
pbpaste | awk '{print " "$0}' | pbcopy
Although this also seems to do the same thing
pbpaste | sed 's/^/ &/' | pbcopy