Tag: uniq
Found 40 results for 'uniq'.
1) pipe - uniq and bash for loop not writing to stdout before stdin closing (for one-line website visitor notification system)
2) linux - print the duplicate lines only on fields 1,2 from csv file
3) python - Who killed my sort? or How to efficient count distinct values from a csv column
4) text-processing - sum pair of columns based on matching fields
5) shell - print parent directories full path of find output
6) awk - Filter out duplicate lines of tail -f
7) pipe - `uniq` is not realtime when piped
8) command-line - How to print statistics from lines in a file
9) awk - sort and uniq in awk
10) shell-script - Get lines with maximum values in the column using awk, uniq and sort
11) sort - Trying to sort two list of numbers and using uniq to get the intersection
12) sort - Uniq Descending Sort in a column
13) awk - Less expensive version of `sort -n | uniq -c | sort -n`
14) bash - Bash - sort and uniq on array
15) sort - sort Find how many distinct values are among the certain column
16) text-processing - How can I find the most frequent word in a .csv file, ignoring duplicates on each line?
17) awk - How do I print lines for the first appearance of a unique value in a 2-column file?
18) text-processing - delete rows with duplications in first column in bash
19) text-processing - Common lines between two files
20) uniq - What did `uniq -t` do?
21) linux - How to remove duplicate lines in a large multi-GB textfile?
22) sort - Sort based on different fields and values
23) text-processing - find duplicate 1st field and concat its values in single line
24) sort - How to sort or uniq a live feed
25) awk - How to get lines from unique columns?
26) linux - How do you count the first column generated from uniq -c
27) sort - Sort -u (or sort | uniq) on a couple of columns but retain the info in a third column, and append it to the retained row?
28) linux - remove lines with duplicate words
29) sorting - uniq command - how to get delimiter option and search on the basis of column?
30) text-processing - Identify unique records on CSV based on specific columns
31) awk - Remove adjacent duplicate lines while keeping the order
32) command-line - A combination of uniq and agrep?
33) linux - Difference between cat file.txt | sort -u and cat file.txt | uniq
34) text-processing - Remove duplicate lines from file that are in a different order
35) bash - Sort log data with bash
36) bash - Remove nearly duplicate lines
37) bash - Check target file for duplicate entry before copy data from source file
38) text-processing - Why is uniq ignoring Unicode and lines with a single letter?
39) command-line - Difference between sort -u and uniq -u
40) linux - Remove non-duplicate lines in Linux