linux date命令显示毫秒

$ echo -e "$(date +%T).$((10#$(date +%N)/1000000))"

14:17:30.996

你可能感兴趣的:(c++基础,linux)