Zach PfefferFeb 27, 2018Find "eth0" in all "*.dt*" filesfind . -type f -name "*.dt*" -exec grep -Hi 'eth0' {} \;