Pergunta de entrevista da empresa Jane Street

In Linux, find how many files there are in current folder (also in sub-folder)

Resposta da entrevista

Sigiloso

30 de nov. de 2011

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.