shell脚本把昨天的txt打成tar包
生活随笔
收集整理的這篇文章主要介紹了
shell脚本把昨天的txt打成tar包
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
now=`date '+%Y-%m-%d %H:%M:%S'` echo ${now} yesterday1=`date -d yesterday +%Y-%m-%d` echo ${yestoday1} yesterday2=`date '+%Y%m%d' -d '-1 days'` echo ${yestoday2} tar zcvf ms_${yestoday2}.tar.gz *${yestoday1}.txt?
總結
以上是生活随笔為你收集整理的shell脚本把昨天的txt打成tar包的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: php设计模式之——建造者模式
- 下一篇: psql error: psql: sy