如何递归计算Linux目录中的文件?
我找到了这个:
find DIR_NAME -type f ¦ wc -l
但是当我运行它时,它返回以下错误.
find:paths必须在表达式之前:|
linux
linux ×1