man
:顯示其他命令的資訊和用法。命令格式為 man <命令>
。“manual”(手冊)的簡稱The man command displays information on other commands and how they work.
apropos
:在 man 頁面描述中搜索指定字串,格式為 apropos <關鍵字>
,可使用 -a 參數搜索多個單詞。 apropos -a graph editor
whatis
:簡單顯示命令的一行描述,格式為 whatis <命令>
。 command displays a description of a command on a single line
rm --help
rmdir --help