Search code examples
linuxbashshellunixmanpage

How to make a man page for my shell script?


How do I create a man page for my shell script?
I couldn't find a beginner approach on how to make man pages on Google.

What is the easiest way to make my own Man page, based of a template, and install it with my script?


Solution

  • I'd recommend you to use Grapse, an online man page editor, since you can see the results in real-time. I believe it's really useful for beginners.