码迷,mamicode.com
首页 > 其他好文 > 详细

asfasdfasdf

时间:2018-05-09 20:50:48      阅读:137      评论:0      收藏:0      [点我收藏+]

标签:.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

 

asfasdfasdf

标签:.com   while   grep -E   html   \n   details   自动化   www.   python   

原文地址:https://www.cnblogs.com/LyShark/p/9016154.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!