Skip to content

Commit

Permalink
Update cf.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
badafans committed Mar 8, 2021
1 parent 1e7a7d7 commit 3f883d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/src/cf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ do
done
rm -rf meta.txt data.txt
./fping -f ip.txt -c 10 -i 0 > fping.txt
sort -t/ -k 5n -k 8n fping.txt | cut -f 1 -d: | sed '21,$d' > ip.txt
sort -t/ -n -k 5 -k 8 fping.txt | cut -f 1 -d: | sed '21,$d' > ip.txt
rm -rf fping.txt
echo 选取20个丢包率最少的IP地址下载测速
mkdir temp
Expand Down

0 comments on commit 3f883d5

Please sign in to comment.