查看特别大日志第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
标签:10,head,wc,log,字符,modsecurity,sed,modsec,日志 来源: https://www.cnblogs.com/www1707/p/16316410.html