Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用 modman 弄乱了我的 Magento 安装,现在我有数百个未使用的符号链接分散在源代码中。
如何删除这些符号链接并进行清理?
如果您只想删除所有符号链接,请从 Web 根目录运行以下命令:
find . -type l -exec rm {} \;
如果您想删除所有符号链接并让 modman 仅重新创建应该存在的符号链接,那么:
modman repair