Domanda

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?

È stato utile?

Soluzione

maybe you are looking for

$ find . -name '*.txt' -exec file {} +
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top