List Question
20 TechQA 2024-03-15T14:42:40.380000Find duplicates in array, print count with pair
68 views
Asked by martyzee
Print lines that have no duplicates in a file and preserve sort order linux
318 views
Asked by Syed Ahmed Jamil
Searching for duplicate files with 'uniq' misbehaviour
41 views
Asked by digerydoo
awk and sort and uniq combination does not count properly
116 views
Asked by Saeed
uniq -cd but as percentage
109 views
Asked by Node.JS
uniq: printing all duplicated lines and repeat counts is NOT meaningless
142 views
Asked by midnite
Getting different results with the sort command
76 views
Asked by t.p.gonca
uniq -c in one column
84 views
Asked by Gero
remove consecutive multi-line duplicates (with bash)
229 views
Asked by pmlk
Get rid of an array in javascript
33 views
Asked by Mimu
Implementing custom uniq in linux shell development
239 views
Asked by ihatec
How i can find unique one one column(comma separated values) if we are applying group by two column?
47 views
Asked by Rohit Laxman Bhojane
how to use uniq command on the first two field
669 views
Asked by Pat cm pro
sub uniq { my %seen; grep !$seen{$_}++, @_ } : No longer allowed. Fix?
241 views
Asked by reikred
Unique arrays in a multidimensional array
132 views
Asked by Tiendu
How to extract unique read IDs from a fastq file?
1.9k views
Asked by HimalayanGuy
Files with same name
69 views
Asked by user1869474
How sort piped into uniq works in unix
37 views
Asked by aerijman
How to remove duplicate lines in a file?
2.1k views
Asked by edddd