1
Septembers May 11, 2015
|
2
LazyZhu May 11, 2015
awk -F"." 'NF{print $1 ".0.0.0/8"}' list.txt | sort -u
|
3
qq674949301 OP @LazyZhu 谢谢你!
|