commands.sh

scdoc

all

Generate `man` manual pages.

More info →

Examples (2)

Generate man pages from a scdoc (`.scd`) file

scdoc < path/to/file.scd > path/to/file.1

Generate man pages from a scdoc file and display the generated troff (man) source

scdoc < path/to/file.scd | less
made by @shridhargupta | data from tldr-pages