`info` is an utility which provides an hypertext, multipage documentation system on the command line.
2
votes
3answers
55 views
How do you output an info page to pdf?
If man -t ls | ps2pdf - > ls.pdf is useful for outputting the ls man page via ps2pdf to pdf, what about info pages?
I've tried something like the following but with no success:
info -o info | ...
1
vote
2answers
70 views
How to quit Menu Item mode in the info command page
I am using info command, and when I press m, the keyboard prompt goes into a menu item: mode and I don't know how to quit from this mode. I tried q and ESC, but it didn't work.
Finally, I used ...
1
vote
1answer
84 views
How to update menu of info directory node?
I've installed some program that added menu items in info directory node (a main menu of info command). Then i manually deleted the programs info files from the system, so now when i click on ...
5
votes
3answers
5k views
How can I tell what version of linux I'm using?
Often times I will ssh into a new client's box to make changes to their website configuration without knowing much about the server configuration. I have seen a few ways to get information about the ...
2
votes
1answer
118 views
GNU texinfo directory search method?
Does info (GNU texinfo 4.13) have a default search path for finding a dir file? Is it /usr/share/info? Even though I don't have an INFOPATH variable set in my environment, it seems to use the dir ...
6
votes
2answers
889 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?
1
vote
1answer
106 views
How can I display file info of a man?
I know when you are in a man page it will display the file name at the bottom inside the man.
How can I do the same thing manually?
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 ...