Re: Symlink strangeness

Cezary Sliwa (sliwa@blue.cft.edu.pl)
Tue, 15 Sep 1998 16:17:41 +0200 (CEST)


On Tue, 15 Sep 1998, pacman wrote:

> Steven N. Hirsch writes the following:
> >lrwxrwxrwx 1 hirsch system 13 Sep 12 14:29 linux -> linux-2.1.122
> >drwxr-xr-x 15 hirsch system 1024 Sep 13 13:25 linux-2.1.122
> >
> >Doing this gets me zero hits:
> >
> >(hirsch@air) ~ : find /usr/src/linux -name "*.h" -print
> >(hirsch@air) ~ :
>
> If you want to follow symlinks, use the -follow option to find.

This should be enough:

find /usr/src/linux/ -name "*.h" -print

-
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/