I am using Git bash on Windows 7. It provides me with a way to use most of the commands that I used to use on the bash shell on my Ubuntu machine. But the man and the info commands do not work. Is there a way to get these (incredible) documentation commands working on the Git bash shell on windows?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

You could use the online documentation.

Linux man pages online & GNU Info Pages

link|improve this answer
are there any programs that will connect to these web pages from the command line and display the result? so that I can still type info grep on the shell and get the results there? – Prasanth Jun 10 '11 at 13:45
@Prasanth perhaps you can do a wget <URL> & then grep it. – Sathya Jun 13 '11 at 4:36
feedback

It may be a bit overkill, but you could download Cygwin which would include bash, man, and info readers like pinfo.

The cygwin installer would let you customize your install to be a pretty small subset of cygwin.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.