我希望将## See also和## Introduction之间出现的所有.md)替换为.html):.## See also
- [A Child](./AChild.html).- [b](./B.html).## Introduction.orig="\.md)"; new="\.html)"; sed &q
例如,我有一个代码块:Note that above line have two group of spaces, one with 3 spaces,I want to replace it to:
find src -type f -name "*.md" -exec sed -i s/我在这里应该使用什么正确的命令?