Pergunta

If file *.txt gets all text files from the current directory, how can I use it in order to get the text files from a specific directory and all its sub-directories?

Foi útil?

Solução

maybe you are looking for

$ find . -name '*.txt' -exec file {} +
Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top