do not stat itself

This commit is contained in:
Yifan Gao
2017-01-26 02:54:00 +08:00
parent fc66bae0b8
commit 3a1a139312

View File

@@ -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 |