当我在终端中运行此命令时,它会显示一个数字。 使用cd命令挂载另一个文件夹时,数字会更改。
答案 0 :(得分:0)
ls -la // List files in your current directory (hidden files are included thanks to the -a)
sort // Sort entries returned by the previous command
wc -l // Returns the number of lines returned by the previous command
«|»将一个命令的输出发送到下一个命令的输入