Linux - search all extension available in a folder(recursively)

To search all extension available in a folder(recursively)

Navigate to the target directory

cd target/directory
find $directory -type f -name "*.docx"

Note: find command works recursively by default

Comments

Popular posts from this blog

PHP - How to increase size of POST value in php

D8 KernelEvents constants

D8 - Attach file programmatically to a node