Linux

uniq

SafeCollapse duplicate lines

sort <file> | uniq -c

Collapses adjacent duplicates (sort first). -c counts occurrences — the classic log frequency idiom.

Examples

  • awk '{print $1}' access.log | sort | uniq -c | sort -rn | headTop client IPs

Syntax

uniq [-c] [-d] [file]

Before you run it

Read only.

Related commands

  • sortSort / unique
  • awkField processing
  • wcCount lines/words

The same reference, with no signal at all

Every command and flow from this site, held on your device and searchable with no connection. Free to install, no ads.

Get it free on the App Store