For all of these linux commands (a few thousand) you can use:

man xxx

So, to answer your question for yourself, use:

man man
man grep

The | bit is used to "pipe" the output of the command on the left into the
command on the right for further processing.


--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Scott Mebberson <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Wednesday, August 15, 2001 2:23 AM
Subject: Re: [PHP] `pwd` - what does this mean?


> Thanks for your reply but what does this (man -k "" | grep "(1)") do?
>
> Thanks
>
>
> "Don Read" <[EMAIL PROTECTED]> wrote in message
> [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> >
> > On 15-Aug-2001 Scott Mebberson wrote:
> > > Hi Guys,
> > >
> > > I actually know what it means. Well, I think it means the current
> directory?
> >
> > It executes the Unix command pwd.
> > pwd - print working (current) directory.
> >
> > > Anyway... what exactly is it and where can I find some more
information
> > > about it? I couldn't find much on php.net
> >
> > man pwd
> >
> > >                              - also, is there any other
> > > ones(whatever it is) like this?
> >
> > man -k "" | grep "(1)"
> >
> > Regards,
> > --
> > Don Read                                       [EMAIL PROTECTED]
> > -- It's always darkest before the dawn. So if you are going to
> >    steal the neighbor's newspaper, that's the time to do it.
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to