リンクを削除するには (man find
から) -type
の下 ):
l symbolic link; this is never true if the -L option or the
-follow option is in effect, unless the symbolic link is
broken. If you want to search for symbolic links when -L
is in effect, use -xtype.
これでうまくいくと思います:
find /usr/local/lib/ -maxdepth 1 -follow -type l
削除するファイルのリストが出力されますか?その場合、100% 確実な場合:
find /usr/local/lib/ -maxdepth 1 -follow -type l -delete
これにより、壊れたリンクのみが削除されます。 すべてを削除するには リンク、-follow
を削除 スタンザですが、/usr/local/lib
未満ではそうしません .