使用echo, file, tail -f使用时间戳注释
Hujiuxiang
・1 分钟阅读
tail -f使用时间戳注释
tail -f file | while read; do echo"$(date +%T.%N) $REPLY"; done