How do I print the nanoseconds/milliseconds in bash's date
command in OSX?
%N nanoseconds (000000000..999999999)
On Debian:
$ date +%N
028481864
But on OSX shell, I get:
[$] date +%N
N
How do I print the nanoseconds/milliseconds in bash's date
command in OSX?
%N nanoseconds (000000000..999999999)
On Debian:
$ date +%N
028481864
But on OSX shell, I get:
[$] date +%N
N