سؤال

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?

هل كانت مفيدة؟

المحلول

maybe you are looking for

$ find . -name '*.txt' -exec file {} +
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top