GNU Info

Info Node: (textutils.info)tr invocation

(textutils.info)tr invocation


Next: expand invocation Up: Operating on characters
Enter node , (file) or (file)node

`tr': Translate, squeeze, and/or delete characters
==================================================

   Synopsis:

     tr [OPTION]... SET1 [SET2]

   `tr' copies standard input to standard output, performing one of the
following operations:

   * translate, and optionally squeeze repeated characters in the
     result,

   * squeeze repeated characters,

   * delete characters,

   * delete characters, then squeeze repeated characters from the
     result.

   The SET1 and (if given) SET2 arguments define ordered sets of
characters, referred to below as SET1 and SET2.  These sets are the
characters of the input that `tr' operates on.  The `--complement'
(`-c') option replaces SET1 with its complement (all of the characters
that are not in SET1).

Character sets
Specifying sets of characters.
Translating
Changing one characters to another.
Squeezing
Squeezing repeats and deleting.
Warnings in tr
Warning messages.

automatically generated by info2www version 1.2.2.9