Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jan 2002 18:42:05 -0600
From:      "Bob Giesen" <BobGiesen@earthlink.net>
To:        "Ray Kohler" <rkohler1@cox.rr.com>, <bind9@citystamp.com>, "Joe Rodrigues" <jxr2000@tmlp.com>
Cc:        "freebsd questions" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Find command
Message-ID:  <008001c1a2dd$9ec57f60$328dfea9@pegasus>
References:  <000d01c1a137$30948ec0$f449fea9@tmlp.com> <3C4C406B.D1EFB54F@citystamp.com> <0f59c0554221512FE7@mail7.mgfairfax.rr.com>

next in thread | previous in thread | raw e-mail | index | archive | help

----- Original Message -----
From: "Ray Kohler" <rkohler1@cox.rr.com>
To: <bind9@citystamp.com>; "Joe Rodrigues" <jxr2000@tmlp.com>
Cc: "freebsd questions" <freebsd-questions@FreeBSD.ORG>
Sent: Monday, January 21, 2002 4:57 PM
Subject: Re: Find command


> ...
> make that 'find /usr/X11R6 -name \*xinitrc\* -print'
>

   Or, if one disdains the use of backslashes, for lack of knowledge about
how they're handled by the executable (or a just, plain, bad memory as in my
case), there's a less ambiguous method:
find /usr/X11R6 -print | grep xinitrc

> --
> Ray Kohler
> Hardware, n.:
> The parts of a computer system that can be kicked.
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008001c1a2dd$9ec57f60$328dfea9>