summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2021-05-25 13:48:48 +0200
committerFlorian Pritz <bluewind@xinu.at>2021-05-25 13:54:08 +0200
commitfc70284d53d6d17f19afe90c41654e63011f8ff0 (patch)
tree83ececa223534d2682f24cb69883fd0942c76363
parentf4c1171af44554a02381ac7534341f94644b0d94 (diff)
downloadbin-fc70284d53d6d17f19afe90c41654e63011f8ff0.tar.gz
bin-fc70284d53d6d17f19afe90c41654e63011f8ff0.tar.xz
Add sort-ip
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-xsort-ip4
1 files changed, 4 insertions, 0 deletions
diff --git a/sort-ip b/sort-ip
new file mode 100755
index 0000000..0a7f56b
--- /dev/null
+++ b/sort-ip
@@ -0,0 +1,4 @@
+#!/bin/bash
+# Sort ipv4 addresses
+
+sort -t . -n -k 1,1 -k 2,2 -k 3,3 -k 4,4