我有一個包含數千個mac地址的大文件(〜10-100MB),每個mac地址可能會在文件中出現多次。 我想編寫一個Perl腳本(或Python腳本),它返回唯一MAC地址的總數。例如,如果我的文件包含Perl或Python:計算文件中不同Mac地址的總數
"hostmac":"112233445566"
log here
"hostmac":"23AA23AA23AA"
log here
"hostmac":"23AA23AA23AA"
log here
"hostmac":"112233445566"
log here
"hostmac":"77AABB8899CC"
log here
"hostmac":"112233445566"
log here
"hostmac":"112233445566"
log here
"hostmac":"EEFF00112233"
log here
我想讓我的Perl/Python腳本返回4,因爲我有4個唯一的mac地址。
你有什麼這麼遠嗎? – bugsduggan
有問題嗎? –
每行上都有識別格式嗎? –