Subject: Re: pkg_add not running as root!
To: Roger Fischer <roger@badger1.net>
From: Paul Goyette <paul@whooppee.com>
List: port-mac68k
Date: 04/05/1998 11:35:23
On Sun, 5 Apr 1998, Roger Fischer wrote:

> PS.
> What's an easy way to search for a file using grep?
> I've been doing it the slow way using
> "ls /*/<filename>"
> "ls /*/*/<filename>"
> "ls /*/*/*/<filename>"
> and so on until I find it.

Don't use grep.  Instead, try

	find / -name "<filename>"

(Put the file name in quotes if it has any globbing chars, like *.
Otherwise you can just find / -name <filename>)


-----------------------------------------------------------------------------
| Paul Goyette      | Public Key fingerprint:    | E-mail addresses:        |
| Network Engineer  |   0E 40 D2 FC 2A 13 74 A0  |  paul@whooppee.com       |
| and kernel hacker |   E4 69 D5 BE 65 E4 56 C6  |  paul.goyette@ascend.com |
-----------------------------------------------------------------------------