Sort, uniq text sorting

Source: Internet
Author: User
To be improved... sort: it is very efficient and powerful to implement the text sorting algorithm. the content of the original file is not modified. only the content output on the screen is modified. for example, sort/etc/fstab #-u removes duplicate rows. #-n sort by numerical value #-r sort in descending order example: head-n6/etc/passwd...

 

To be improved...

Sort: it is very efficient and powerful to implement the text sorting algorithm.

The content of the original file is not modified. only the content output on the screen is modified.

Example: sort/etc/fstab

#-U remove duplicate rows.

#-N sort by value

#-R sort in descending order

Example: head-n 6/etc/passwd | sort-r

Segment Separator

#-T specifies the segment separator

#-K sorting of specified segments

Example: head-n 6/etc/passwd | sort-t:-k 3

Uniq, sort-u

Uniq only recognizes duplicate rows and must be followed

Sort | uniq

Uniq-u only displays rows with no duplicates

-D: only duplicate rows are displayed.

-Row c appears several times

This article is from the "Wei's Linux bar" blog

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.