Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

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?

share|improve this question

2 Answers

up vote 1 down vote accepted

You could use the online documentation.

Linux man pages online & GNU Info Pages

share|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
1  
@Prasanth perhaps you can do a wget <URL> & then grep it. – Sathya Jun 13 '11 at 4:36

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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