Domanda di colloquio di Jane Street

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

Risposta di colloquio

Anonimo

30 nov 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.