mirror of
https://github.com/lord-alfred/ipranges.git
synced 2026-01-25 02:08:20 +00:00
Fix ip sorting
This commit is contained in:
@@ -18,4 +18,4 @@ jq '.regions[] | [.cidrs][] | .[].cidr | select(. != null)' -r /tmp/oracle.json
|
||||
|
||||
|
||||
# sort & uniq
|
||||
sort -h /tmp/oracle-ipv4.txt | uniq > oracle/ipv4.txt
|
||||
sort -V /tmp/oracle-ipv4.txt | uniq > oracle/ipv4.txt
|
||||
|
||||
Reference in New Issue
Block a user