mirror of
https://github.com/gaoyifan/china-operator-ip.git
synced 2025-12-16 14:23:18 +08:00
do not stat itself
This commit is contained in:
@@ -44,7 +44,7 @@ done
|
|||||||
|
|
||||||
# count the number of IP
|
# count the number of IP
|
||||||
cd result
|
cd result
|
||||||
ls |
|
ls *.txt |
|
||||||
while read file; do
|
while read file; do
|
||||||
echo ${file%.*}
|
echo ${file%.*}
|
||||||
cat $file |
|
cat $file |
|
||||||
|
|||||||
Reference in New Issue
Block a user