Replace custom awk solution with uniq, by first flipping filename and filesize so that uniq's `-f` flag can be utilized (as there is no inverse of it, i.e. "only look at field n"). This increases performance by quite a bit.
Replace custom awk solution with uniq, by first flipping filename and filesize so that uniq's `-f` flag can be utilized (as there is no inverse of it, i.e. "only look at field n"). This increases performance by quite a bit.