Bash remove duplicate lines without sorting
Bash remove duplicate lines without sorting One of the most frequent requirements I face when bash scripting, is to extract a column of data from an input file, find each unique value from within a number of rows, and then do something with that output. The standard way I achieve that is something like this… Read More »