常用shell 命令

一、递归替换文件中内容

sed -i "s/\$(BSP_TOP)/bsp\//g"  `grep "\$(BSP_TOP)" -rl ./`

 

posted @ 2024-08-15 11:09  Soul>>null  阅读(1)  评论(0编辑  收藏  举报