Jonathan McKeown <[EMAIL PROTECTED]> writes: > What functionality does > > find path -lname name > > add that isn't already available from > > find path -name name -type l
those are two entirely different things; -lname applies to the target of the symlink, not the symlink itself. DES -- Dag-Erling Smørgrav - [EMAIL PROTECTED] _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

