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 | ...
6
votes
2answers
886 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?