Finding DOCX files inside a multiple-level folder hierarchy

shell command:

find ~/Documents/MAIN -name "*.docx"

3 Likes