标签:.com while grep -E html \n details 自动化 www. python
python-自动化运维
http://www.cnblogs.com/xiaozhiqi/p/5770996.html
https://blog.csdn.net/u014538198/article/details/73603781
python-爬虫
https://cuiqingcai.com/1052.html
#!/bin/bash
ls |grep -E "*-[0-9]" > wang
cat wang |while read oneline
do
echo -e "remove : $oneline \n ok"
rm -fr $oneline
sleep 0.5
done
rm -fr wang
标签:.com while grep -E html \n details 自动化 www. python
原文地址:https://www.cnblogs.com/LyShark/p/9016154.html