Basic application of TR command in Linux

Source: Internet
Author: User
The TR command can be seen as a simplified form of sed and can be used to replace deleted characters.
Tr-translate or delete characters
Common command formats are: Tr-c-d-s characters 1 characters 2 < filenames

| -C | Substituting character 2 for characters not contained in character 1 (character 1 complement)

| -D | Deleting a String 1

| -S | Deletes all occurrences of a character and compresses the repeating string to one character.

Example 1: Removing duplicate lowercase characters

Example 2: Delete empty lines

Example 3: Character substitution

Example 4: Deleting a character

Application of Example 5:-c

Basic application of TR command in Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.