修改linux下某一个文件夹下所有文件内容

find /data/app_resource -type f |xargs sed -i 's/192.168.220.126/192.168.221.160/g'