Closed nickhilliard closed 7 years ago
Yeah, he documented that he used | uniq | sort
, which I thought was a typo. A similar (simpler) comparison:
$ cat sites-using-cloudflare-master/sorted_unique_cf.txt | sort | uniq | wc -l
4287625
$ cat sites-using-cloudflare-master/sorted_unique_cf.txt | wc -l
4288852
I have opened a PR with a fixed version, see https://github.com/pirate/sites-using-cloudflare/pull/99
Thanks @coderobe, will merge that shortly and fix the README methodology.
this should return zero.