From c9a5d47f201716e03749ddce62b308aa39a2bb45 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Wed, 24 Jul 2013 20:00:11 +0200 Subject: autoscan: add hint for showing results --- autoscan/README.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/autoscan/README.txt b/autoscan/README.txt index 28294b6..45cb004 100644 --- a/autoscan/README.txt +++ b/autoscan/README.txt @@ -152,3 +152,33 @@ $ cat autoscan.log 20130724-150202 [*] wlan0: ./20130724_125514_wlan0_78.251.248.51_FreeWifi 20130724-150202 [>] wlan0: _wait_down +=============================================================================== +Hint for showing results + +find ./20130724_123501_wlan0_82.247.82.44_freeflo |while read a; do [[ -f $a ]] && echo -e "\n====== $a =====" && cat $a || echo -e "\n>>>>>> $a <<<<<<"; done |less + +>>>>>> ./20130724_123501_wlan0_82.247.82.44_freeflo <<<<<< + +>>>>>> ./20130724_123501_wlan0_82.247.82.44_freeflo/resolv_traceroute <<<<<< + +====== ./20130724_123501_wlan0_82.247.82.44_freeflo/resolv_traceroute/out ===== +traceroute to 212.27.40.241 (212.27.40.241), 30 hops max, 60 byte packets + 1 192.168.0.254 (192.168.0.254) 15.454 ms 15.740 ms 16.317 ms + 2 82.247.82.254 (82.247.82.254) 36.635 ms 36.634 ms 38.103 ms + 3 78.254.0.94 (78.254.0.94) 38.338 ms 39.373 ms 39.829 ms + 4 bob75-1-v900.intf.nra.proxad.net (78.254.255.9) 40.014 ms 41.213 ms 41.528 ms + 5 mna75-1-v902.intf.nra.proxad.net (78.254.255.5) 43.312 ms 43.646 ms 45.755 ms + 6 mna75-1-v904.intf.nra.proxad.net (78.254.254.33) 46.562 ms 20.566 ms 25.581 ms + 7 th2-6k-2-1-po1.intf.nra.proxad.net (78.254.255.1) 28.249 ms * * + 8 bzn-crs16-1-be1004.intf.routers.proxad.net (212.27.50.173) 35.308 ms 35.552 ms 35.797 ms + 9 bzn-6k-2-po20.intf.routers.proxad.net (212.27.50.62) 35.870 ms * * +10 bzn-49m-7-v940.intf.routers.proxad.net (212.27.56.78) 35.917 ms 37.020 ms 38.331 ms +11 dns2.proxad.net (212.27.40.241) 38.524 ms 38.589 ms 38.468 ms + +>>>>>> ./20130724_123501_wlan0_82.247.82.44_freeflo/pubip_get <<<<<< + +====== ./20130724_123501_wlan0_82.247.82.44_freeflo/pubip_get/ip ===== +82.247.82.44 + +>>>>>> ./20130724_123501_wlan0_82.247.82.44_freeflo/pubip_traceroute <<<<<< +[...] -- cgit v1.2.3-59-g8ed1b