crontab -e进入编辑一个文件,然后就可以定期执行
at 一次性定时计划任务
at now+1 minutes
at> echo "at now+1 minutes" >1.txt
ctrl +d