linux sed 命令

jiahui| 阅读:1179 发表时间:2018-03-15 14:58:11 linux
 sed -i 's#my#your#g' `find /test -name 'test.sh'`

修改指定test.sh中的内容,将my修改成your