logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sort-uniq-count, sort-uniq-count-rank - print line frequencies

Description

sort-uniq-count  and  sort-uniq-count-rank  each read a text file on standard input, sort it according to
       any specified flags (-f by default), and report to standard output how  often  each  input  line  occurs.
       Each output line consists of a count followed by a tab and an input line.

       sort-uniq-count  produces  its output in the user's choice of sort order.  sort-uniq-count-rank sorts its
       output primarily from highest to lowest count, with the user's sort order as a tiebreaker.

Name

       sort-uniq-count, sort-uniq-count-rank - print line frequencies

Options

       [-]b   Ignore leading blanks.

       [-]f   Ignore capitalization.

       [-]i   Consider only printable characters.

       [-]n   Compare according to numerical value.

       [-]r   Reverse the result of comparisons.

       [-]s   Stabilize sort.

See Also

sort(1), xtract(1).

NCBI                                               2020-04-28                                 SORT-UNIQ-COUNT(1)

Synopsis

sort-uniq-count[-rank] [[-]b] [[-]f] [[-]i] [[-]n] [[-]r] [[-]s]

See Also