Change in behavior to stat(1)

Stephen Montgomery-Smith stephen at missouri.edu
Mon Feb 28 23:48:00 UTC 2011


Jeremy Chadwick wrote:

> Possibly you could use the example from the find(1) man page:
>
>     find -L /usr/ports/packages -type l -exec rm -- {} +
>             Delete all broken symbolic links in /usr/ports/packages.
>
> (Note that the "+" on the end is not a typo, see the man page)

Brilliant!

Since this is *precisely* the purpose of my script, I think I will use 
this code instead,


More information about the freebsd-stable mailing list