[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: How Do I Find A File On The HD?



Jin,

find works fine when you know the complete name of the
file, but in case you want to look for a file which
has the "host" substring in the name for example, try

find / | grep host

or if you even doesn't know if this substring has
capital letters or not, try

find / | grep -i host

Hope it helps you,

Andre 


--- Jim Hale <jim-ml2 halemail dyndns org> wrote:
> I know that I'm still REALLY new to Linux
> (Obviously) but am trying to
> figure out how to find a file.
> 
> Say, I wanted to find php.ini, what would I need to
> type in?
> 
> Thanks! :)
> 
> Jim Hale
> ---
> 'The OS Tells The PC What To Do With Itself" -
> Me,1990
> ---
> Visit Our Personal Website at
> http://hale.dyndns.org, Our Forums at
> http://haleforum.dyndns.org or Our Photo Galleries
> at
> http://halegallery.dyndns.org.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:redhat-list-request redhat com?subject=unsubscribe
>
https://listman.redhat.com/mailman/listinfo/redhat-list


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]