我被邀请以较少的意见重新发布这个问题,所以如果它看起来很熟悉,那就是原因。
如何将信息页转换为手册页?我曾经有一个 shell one liner,它可以将整个信息文档展平成一个平面页面,适合用 less 导航,但我似乎已经失去了它。如果您知道如何执行此操作,请分享。:)
谢谢!
这将输出一个info平面文本文件:
info --subnodes --output=info_file.txt info_file
Run Code Online (Sandbox Code Playgroud)
例如:
info --subnodes --output=info.txt info
less info.txt
Run Code Online (Sandbox Code Playgroud)
一班轮:
info --subnodes --output - info_file | less
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
794 次 |
| 最近记录: |