Skip to content

Instantly share code, notes, and snippets.

@masayuki5160
Created July 19, 2016 07:51
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 masayuki5160/5bc21792f0c0a22877f2c1c75aa35f5e to your computer and use it in GitHub Desktop.
Save masayuki5160/5bc21792f0c0a22877f2c1c75aa35f5e to your computer and use it in GitHub Desktop.
shでmsecを出力したいときのサンプル
#/bin/sh
echo $(date +%Y%m%d-%H:%M:%S) $(printf '%03d' $(expr `date +%N` / 1000000)) msec
@masayuki5160
Copy link
Author

出力結果
20160719-07:48:47 031 msec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment