命令是什么:
ls | wc -l
做?我知道
wc <filename>
给出行、词和字符,以及
wc -l <filename>
打印行数。但是它如何与 ls` 一起使用尚不清楚。它有什么作用?
ls wc
ls ×1
wc ×1