看日志类
-
cat
cat file.log
-
tail
# other tail -f
-
more
more log.log
-
less
less less.log
-
tailf
tailf -n 1000
-
wc
## 统计条数 wc -l
2021-11-19 07:22:01
cat
cat file.log
tail
# other
tail -f
more
more log.log
less
less less.log
tailf
tailf -n 1000
wc
## 统计条数
wc -l