Linux

tr

SafeTranslate/delete chars

tr 'a-z' 'A-Z'

Per-character translate/delete: case conversion, stripping CR (tr -d '\r') and similar cleanup.

Examples

  • cat dos.txt | tr -d '\r' > unix.txtStrip carriage returns

Syntax

tr [-d] SET1 [SET2]

Before you run it

Read only.

Related commands

  • sedStream edit
  • cutExtract columns

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store