How to count files in the current folder using Bash?
Unix
Bash
command-line
,
bash
dmitry-fedyuk
(Dmitry Fedyuk)
December 4, 2020, 7:20am
#1
\ls -afq | wc -l
unix.stackexchange.com/a/90152