From: Jozsi Vadkan on 29 Jul 2010 10:00 TEST-A.txt: list of ip address ranges [AS/isp's in a country] TEST-B.txt: list of ip addresses I just need to know, if an ip in the TEST-B.txt is in a range of TEST-A.txt cat "TEST-A.txt" 63.31.63.0/24;9007;44536 64.65.0.0/19;9000;8263 62.64.14.0/21;9001;6852 cat "TEST-B.txt" 63.31.63.2 64.66.5.4 63.31.63.66 62.64.14.231 output: 63.31.63.0/24;9007;44536 63.31.63.2 63.31.63.66 62.64.14.0/21;9001;6852 62.64.14.231 -> so is an ip address [in TEST-B.txt] is from my country [TEST-A.txt] or not? thanks:\ -- To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org Archive: http://lists.debian.org/1280411652.4287.28.camel(a)localhost
From: Andrei Popescu on 29 Jul 2010 13:10 On Jo, 29 iul 10, 15:54:12, Jozsi Vadkan wrote: > TEST-A.txt: list of ip address ranges [AS/isp's in a country] > TEST-B.txt: list of ip addresses > > I just need to know, if an ip in the TEST-B.txt is in a range of > TEST-A.txt > > cat "TEST-A.txt" > 63.31.63.0/24;9007;44536 > 64.65.0.0/19;9000;8263 > 62.64.14.0/21;9001;6852 > > cat "TEST-B.txt" > 63.31.63.2 > 64.66.5.4 > 63.31.63.66 > 62.64.14.231 > > output: > 63.31.63.0/24;9007;44536 > 63.31.63.2 > 63.31.63.66 > 62.64.14.0/21;9001;6852 > 62.64.14.231 > > > -> so is an ip address [in TEST-B.txt] is from my country [TEST-A.txt] > or not? Smells like homework :) Regards, Andrei -- Offtopic discussions among Debian users and developers: http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic
|
Pages: 1 Prev: reportbug nscd did not find bugs on bugs.debian.org Next: Segfault in smbpasswd |