我正在使用 rst 开发一个手册页。当我这样做时,我想要一种快速显示最终结果的方法。我目前这样做:
rst2man < the-man-page.rst > tmp man ./tmp
有没有一种方法可以在不创建临时文件的情况下使用一个班轮来做到这一点?我试图将输出直接通过管道传送到 man 命令。
unix shell pipe manpage
manpage ×1
pipe ×1
shell ×1
unix ×1