..
man 手册的用法
- 带选项的用法 man [keyword]
man ls
- man -f 查找文档所在的章节
hellojukay@local ~ $ man -f syscalls
syscalls (2) - Linux system calls
- man [number] [keyword] 查看指定章节的文档
man 2 syscalls
- man -k [keyword] 使用正则表达式搜索所有的章节
hellojukay@local ~ $ man -k cd
cdt (3) - container data types
BN_gcd (3ssl) - arithmetic operations on BIGNUMs
cd (1p) - change the working directory
cd (n) - Change working directory
cd-create-profile (1) - Color Manager Profile Creation Tool
cd-drive (1) - show CD-ROM drive characteristics
cd-fix-profile (1) - Color Manager Testing Tool
cd-info (1) - shows Information about a CD or CD-image
cd-it8 (1) - Color Manager Testing Tool
- man -I [keyword] 严格区分大小写
hellojukay@local ~ $ man -I BAsh
没有 BAsh 的手册页条目
2024年04月25日更新: tldr 这个项目已经可以很好替代 man 手册了