Feb 27, 20182 min readFind "eth0" in all "*.dt*" filesfind . -type f -name "*.dt*" -exec grep -Hi 'eth0' {} \;