Cmd Generator

man

显示手册页。

man

示例

# 查看手册
man ls

# 关键字搜索
man -k compress

# 简述
man -f printf

# 指定章节
man 5 crontab

# 显示文件路径
man -w bash

Sponsors