实时观察log时,tail会向下滚动,如何反过来,最新的显示在上面?
log
tail
watch "tac file.log"
或者
watch -n 0.3 "tac file.log"
标签
查看
284 次