Linuxでファイルと辞書の量を計算する方法

 

辞書の量

ls -lR | grep ^ d | wc -l

ファイルの量

/ data -typefを検索します | wc -l

返信を残します