Author: Sean Gibbins Date: To: Hampshire LUG Discussion List Subject: Re: [Hampshire] XP built for qemu
hantslug@??? wrote: > Al - You spent a phenomenal amount of time on my husband's computer yesterday,
> and I am truly grateful.
>
> Unfortunately I am running into quite a few problems, the worst of which is
> that I can't remember the path to the crucial files - and therefore can't
> find them. :-(
>
> If anyhone else can remember (John?) I would be most grateful for a prod.
>
> TIA
> Lisi
Hi Lisi,
How about:
find <path> -name <file>
... where <file> can be a filename or part thereof plus wildcard(s), and
where the <path> component can be /usr or /etc if you now the file in
question is /somewhere/ in there, or it can be '/' if you want to start
at the top and work down.