用sed命令将指定的路径/usr/local/http替换成为/usr/src/local/http?

echo "/usr/local/http/" | sed ‘s#/usr/local/#/usr/src/local/#’