常用shell 命令

Soul>>null發表於2024-08-15

一、遞迴替換檔案中內容

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

相關文章