单项选择题
A.15B.9C.1D.0
A.killB.niceC.psD.sleep
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"的日志