[gobolinux-users] Freshen
Paul Dann
pdgiddie at googlemail.com
Mon Apr 16 10:21:01 UTC 2007
MJ Ray wrote:
> Instead: find -L /System/Links/Libraries -lname '*' -exec rm -v '{}' ';'
> seems more efficient.
>
You're undoubtedly right, but not everyone will remember or even
understand the above. (I don't!)
compare:
find -L /System/Links/Libraries -lname '*' -exec rm -v '{}' ';'
find /System/Links/Libraries | RemoveBroken
I find the latter easier to remember, even if it's not as efficient :)
Paul
More information about the gobolinux-users
mailing list