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

IIRC you don’t even need the -r flag since -j incorporates its behavior (minus newlines).