df.tips
How to count files in the current folder using Bash?
Unix
Bash
bash
dmitrii_fediuk
(Dmitrii Fediuk)
December 4, 2020, 7:20am
1
\ls -afq | wc -l
unix.stackexchange.com/a/90152