标签: macos bash date
如何在OSX中的bash date命令中打印纳秒/毫秒?
date
From bash date man page:
%N nanoseconds (000000000..999999999)
关于Debian:
$ date +%N 028481864
但是在OSX shell上,我得到了:
[$] date +%N N