$ tr -d '\n'
$ tr -s ' '
| -d | delete the given characters |
| -s | squeeze repeats of the given characters into one |
| -c | use the complement of the given set |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.