In Linux, find how many files there are in current folder (also in sub-folder)
Anonymous
One answer is: find . -type f | wc -l I cannot remember the parameters of find. And I do not know wc command. So I failed.
Check out your Company Bowl for anonymous work chats.