cat
cat file.log
tail
# other tail -f
more
more log.log
less
less less.log
tailf
tailf -n 1000
wc
## 统计条数 wc -l
Linux命令
原文:https://www.cnblogs.com/DreamBoydd/p/14986460.html