查看特别大日志第N行字符数量,N小于10
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '1p' | wc -c
16718
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '2p' | wc -c
16700
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '3p' | wc -c
16677
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '4p' | wc -c
16738
16718
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '2p' | wc -c
16700
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '3p' | wc -c
16677
[root@idc-x modsecurity]# head modsec_audit.log | sed -n '4p' | wc -c
16738