Loeric's misc blog
2016年2月26日 星期五
Synology for loop shell script
zip following folders
2013/20130401
...
2013/20131231
into 201304.zip ... 201312.zip
synology using s
tandard POSIX shell
--------------
for m in $(seq 201304 201312)
do
zip -r $m.zip 2013/$m*
done
--------------
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言