📜  获取当前时间戳 shell - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:45.695000             🧑  作者: Mango

代码示例1
// If you want to get unix timestamp, then you need to use:
timestamp=$(date +%s)