WenRou's Blog
首页
微语
登录
一个命令全包打包和解压
2015-1-31 温柔哥
for i in `ls`; do { tar zcvf $i.tar.gz $i/wwwroot/; }; done;
for i in `ls /home|egrep -v "admin|tmp"`; do { tar zxvf $i.tar.gz -C $i/public_html/; }; done;
发表评论:
昵称
邮件地址 (选填)
个人主页 (选填)
内容