取ls–l输出结果的第5列的值的正确写法是()

A.ls–l|awk“{print$5}” B.ls–l|awk‘{print$5}’ C.ls–l|awk{print$5} D.ls–l|awk‘print$5’

时间:2024-03-18 16:28:17

相似题目