Y
Hacker News
new
|
ask
|
show
|
jobs
by
rav
34 days ago
Today I learned that jq -Rrj is a shorter command line for doing the same as tr -d '\n'.
1 comments
stouset
34 days ago
IIRC you don’t even need the -r flag since -j incorporates its behavior (minus newlines).
link