单项选择题

下列Linux中查看日志的命令中描述错误的是()

A.tail -n 10test.log 查询test.log日志尾部最后10行的日志
B.tail -n +10test.log 查询test.log10行之后的所有日志
C.header -n 10查询test.log日志尾部最后10行的日志
D.cat -n test.log∣grep "debug"查询test.log中关键字"debug"的日志