Variable 變數

Command Descripe Type Code Function
time=date +%Y%m%d-%H%M 時間日期變數 變數 time=date +%Y%m%d-%H%M 設定時間日期變數
time=`date +%Y%m%d-%H%M`
  • 觀看變數即會出現時間及日期
echo $time

20170308-1510
  • 每日備份/etc下的資料, 可在cron table 中加入以下指令:
tar czf "/backup/$time-etc".tgz /etc

Reference:

results matching ""

    No results matching ""