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