Re: Symlink strangeness

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Wed, 16 Sep 1998 23:25:55 +0100


On Tue, Sep 15, 1998 at 12:22:58PM -0500, Dustin Marquess wrote:
> Use the "-follow" option to find.

Only if you want to follow the include/asm link and find all the asm
header files twice. Which you might well want.

Otherwise `find /usr/src/linux/ -name "*.h" -print' should do the trick.
The -print is optional in this case with GNU find, BTW.

-- Jamie

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/