Skip to content

Instantly share code, notes, and snippets.

@panpf
Created May 9, 2019 03:43
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/ff2bb09f1d8205ae7ab39154dc67c8d5 to your computer and use it in GitHub Desktop.
Save panpf/ff2bb09f1d8205ae7ab39154dc67c8d5 to your computer and use it in GitHub Desktop.
shell 时间差(用时)格式化代码
usedTimeHourFormatted="`awk 'BEGIN{printf "%.1f\n",('${endTime}'-'${startTime}')/'3600000'}'`小时"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment