konstantinbueschel
4/22/2015 - 10:08 AM

Find files in folder and output path to cli or file

Find files in folder and output path to cli or file

find ./ -iname "*.extension"

# pipe output into file

find ./ -iname "*.html" > filename.ext