【问题随手记】shell 重定向增加时间戳

who | while IFS= read -r line; do printf '[%s] %s\n' "$(date '+%Y-%m-%d %H:%M:%S')" "$line"; done > /path/log


你可能感兴趣的:(【问题随手记】shell 重定向增加时间戳)