Write a command which will find all files with an extension .conf within the /etc directory. code example
Example: terminal find file by extension recursive
find /directory/path -type f -name "*.in"
find /directory/path -type f -name "*.in"