会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
leesenu
博客园
首页
新随笔
联系
订阅
管理
2016年10月27日
通过jpegoptim批量压缩文件
摘要: #!/bin/sh filelist=$(ls) for file in $filelist do if [ -d $file ] then du -h $file /usr/local/bin/jpegoptim --strip-all --all-progressive -o -f --max...
阅读全文
posted @ 2016-10-27 21:29 lsl8966
阅读(506)
评论(0)
推荐(0)
编辑