在哪里查看Bash内置命令的手册页? [英] Where to view man pages for Bash builtin commands?

查看:75
本文介绍了在哪里查看Bash内置命令的手册页?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

例如,当我键入 man fg man history 时,将显示相同的联机帮助页 BUILTIN(1).有命令列表,但没有使用说明.我在哪里可以找到他们?

For example, when I type man fg, or man history, the same manpage, BUILTIN(1) will be displayed. There is a list of commands, but not the specification of their usage. Where can I find them?

推荐答案

BUILTIN 命令没有单独的手册页.这些内容在 help 页面中涵盖.您可以这样做:

BUILTIN commands don't have separate man pages. Those are covered by help pages. You can do:

help history

help fg

这篇关于在哪里查看Bash内置命令的手册页?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆