Tagged Questions
6
votes
2answers
890 views
Difference between help, info and man command
I know that these command will help to get syntax and options for commands but my question is that how they differ from each other?
4
votes
1answer
133 views
Difference between `info` and `pinfo`
What's the difference between info and pinfo besides color?
pinfo is:
a program for viewing info files
while info is:
Read documentation in Info format
I tried to search the web for the ...
4
votes
1answer
376 views
viewing info documentation with vim
I'm trying to use the ManPageView addon to view info documentation within vim.
Although I find ManPageView very useful for, well, viewing manpages, its info-reading functionality doesn't seem to work ...