File comparison command

Source: Internet
Author: User
File comparison command-Linux general technology-Linux technology and application information, the following is a detailed description. Common file operation commands
Diff: Report Text difference.
Comp: Report Text difference location.
Uniq: removes duplicate rows from the file.
Cut: displays a column in the file.
Paste: concatenates text by column.
Diff compares the differences between two files and sends them to the standard output. Report the different line before output. <Indicates the content of the previous file,> The content of the last file.
Comp can also be used to compare files. However, comp only reports the differences between the two files without displaying the differences.
Uniq is used to remove duplicate rows in text. The-u parameter can only display rows that are not repeated. -D: duplicate rows are displayed.
Cut can be used to divide columns for text based on a specified tag (tab by default), and then display this row.
Paste concatenates several collections by column. By default, the column Separator of the new file is tab, or you can use the-d parameter to specify.
Related Article

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.