Added Calculate network / netmask
[grml-tips.git] / grml_tips
index 52bb33d..7a0cb1d 100644 (file)
--- a/grml_tips
+++ b/grml_tips
@@ -2867,3 +2867,9 @@ This will rename a file named img_2071.jpg to something like:
 if it was shot at 10:38 o'clock on 2007-08-17 (according to
 the information inside the exif header).
 -- 
+Calculate network / netmask:
+
+Usage examples:
+% ipcalc 10.0.0.28 255.255.255.0
+% ipcalc 10.0.0.0/24
+--