Linux find 命令的 -exec 选项

Linux find 命令的 -exec 选项
find . -type f -exec grep "192.168.0.30:10808" {} \;