Frage

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?

War es hilfreich?

Lösung

maybe you are looking for

$ find . -name '*.txt' -exec file {} +
Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top