Find files in folder and output path to cli or file
find ./ -iname "*.extension" # pipe output into file find ./ -iname "*.html" > filename.ext