Linux 常用 Shell 命令汇总
Linux 常用 Shell 命令汇总。
时间
获取当前时间毫秒值
1 | echo $[$(date +%s%N)/1000000] |
获取指定时间毫秒值
1 | echo $[$(date -d "时间字符串" +%s%N)/1000000] |
定时任务
crontab 详细用法 定时任务
https://www.cnblogs.com/aminxu/p/5993769.html
Linux 常用 Shell 命令汇总
http://blog.gxitsky.com/2018/05/27/Linux-Shell-01-common-command/