rsnt_translations
56,420
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
<!--T:25--> | <!--T:25--> | ||
In addition to that, users can obtain an estimate for the number of files in a given directory (and its | In addition to that, users can obtain an estimate for the number of files in a given directory (and its subdirectories) using the command <code>lfs find</code>, e.g. | ||
<source lang="console"> | <source lang="console"> | ||
lfs find <path to the directory> -type f | wc -l | lfs find <path to the directory> -type f | wc -l |