Search code examples
Using Bash to Generate Lotto Numbers...


arraysbashuniq

Read More
Why isn't sort -u or uniq removing duplicates in concatenated text files?...


sortingtextduplicatestext-processinguniq

Read More
Get the count of unique words in a file using grep and wc...


shellawkgrepuniqwc

Read More
Compare two files with same ids and substract fields...


awkcompareuniq

Read More
Compare two files with same ID, subtract and add to end of line...


awkcompareuniq

Read More
How to print only the unique lines in BASH?...


bashuniq

Read More
Find duplicates in array, print count with pair...


arraysbashawkuniq

Read More
Sort & uniq in Linux shell...


linuxshellsortinguniq

Read More
Remove duplicate lines without sorting...


shellscriptingfilteruniq

Read More
Print lines that have no duplicates in a file and preserve sort order linux...


awkuniq

Read More
How to find duplicate lines in a file?...


sortinguniq

Read More
uniq -cd but as percentage...


bashunixuniq

Read More
Is there a way to 'uniq' by column?...


linuxshellsortinguniq

Read More
How to completely erase the duplicated lines by linux tools?...


pythonawksedgrepuniq

Read More
uniq -c in one column...


shellunixawkuniq

Read More
remove consecutive multi-line duplicates (with bash)...


bashseduniq

Read More
sum occurrence output of uniq -c...


scriptingawkuniq

Read More
Looking for a linux command - concatenate two files - sort by last name and delete duplicates - stor...


linuxbashsortingcommand-lineuniq

Read More
Implementing custom uniq in linux shell development...


cshelluniq

Read More
how to use uniq command on the first two field...


linuxsortinguniq

Read More
sub uniq { my %seen; grep !$seen{$_}++, @_ } : No longer allowed. Fix?...


perllocaluniq

Read More
How to extract unique read IDs from a fastq file?...


uniqfastqids

Read More
How sort piped into uniq works in unix...


unixuniq

Read More
How to remove duplicate lines in a file?...


bashsortinguniq

Read More
Sort according to two columns and extract top two based on last column...


bashsortingawkextractuniq

Read More
Unix uniq command to CSV file...


bashunixcsvuniq

Read More
Find unique values from an array in React/js...


javascriptreactjsuniq

Read More
How can I use grep with pipe to sort uniq lines from a gff file...


sortinggreppipeuniq

Read More
Extracting the user with the most amount of files in a dir...


linuxbashuniq

Read More
Using Joins, Uniq and Group_by_month(:created_at)...


ruby-on-railsrubyjoingroup-byuniq

Read More
BackNext