Fix ip sorting

This commit is contained in:
lord-alfred
2023-08-10 02:57:05 +03:00
parent 3954b45881
commit e34eb665f7
13 changed files with 46 additions and 46 deletions

View File

@@ -32,5 +32,5 @@ grep ':' /tmp/twitter.txt > /tmp/twitter-ipv6.txt
# sort & uniq
sort -h /tmp/twitter-ipv4.txt | uniq > twitter/ipv4.txt
sort -h /tmp/twitter-ipv6.txt | uniq > twitter/ipv6.txt
sort -V /tmp/twitter-ipv4.txt | uniq > twitter/ipv4.txt
sort -V /tmp/twitter-ipv6.txt | uniq > twitter/ipv6.txt