摘要:
获取当前日期: ubuser@ubuser-OptiPlex-7010:~$ date +%Y_%m_%d2020_12_16 获取当前时间: ubuser@ubuser-OptiPlex-7010:~$ date +%H:%M:%S17:54:56 ubuser@ubuser-OptiPlex-7 阅读全文
摘要:
来自:https://www.runoob.com/w3cnote/linux-crontab-tasks.html linux内置的cron进程搭配shell脚本可以实现非常复杂的定时指令。 cron介绍 crontab命令是cron table的简写,它是cron的配置文件,也可以叫它作业列表, 阅读全文