Skip to content

Instantly share code, notes, and snippets.

@panpf
Created May 9, 2019 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save panpf/652fab17869b6c332f2b7cdcc3bed968 to your computer and use it in GitHub Desktop.
Save panpf/652fab17869b6c332f2b7cdcc3bed968 to your computer and use it in GitHub Desktop.
shell 获取当前时间戳(精确到毫秒)代码
startTime=$[$(date +%s%N)/1000000]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment