爪哇 Linux 2021-08-13 用sed命令将指定的路径/usr/local/http替换成为/usr/src/local/http? echo "/usr/local/http/" | sed ‘s#/usr/local/#/usr/src/local/#’