设为首页 - 加入收藏 ASP站长网(Aspzz.Cn)- 科技、建站、经验、云计算、5G、大数据,站长网!
热搜: 手机 数据 公司
当前位置: 首页 > 服务器 > 搭建环境 > Windows > 正文

获取有关Linux shell内置命令的帮助(3)

发布时间:2019-07-29 20:36 所属栏目:117 来源:Sandra Henry-stocker
导读:内置命令提供了每个 shell 的大部分功能。你使用的任何 shell 都有一些内置命令,但是如何获取这些内置命令的信息可能因 shell 而异。例如,对于 zsh ,你可以使用 man zshbuiltins 命令获得其内置命令的描述。 $ m

内置命令提供了每个 shell 的大部分功能。你使用的任何 shell 都有一些内置命令,但是如何获取这些内置命令的信息可能因 shell 而异。例如,对于 zsh,你可以使用 man zshbuiltins 命令获得其内置命令的描述。

  1. $ man zshbuiltins
  2.  
  3. ZSHBUILTINS(1) General Commands Manual ZSHBUILTINS(1)
  4.  
  5. NAME
  6. zshbuiltins - zsh built-in commands
  7.  
  8. SHELL BUILTIN COMMANDS
  9. Some shell builtin commands take options as described in individual en‐
  10. tries; these are often referred to in the list below as `flags' to avoid
  11. confusion with shell options, which may also have an effect on the behav‐
  12. iour of builtin commands. In this introductory section, `option' always
  13. has the meaning of an option to a command that should be familiar to most
  14. command line users.

在这个冗长的手册页中,你将找到一个内置命令列表,其中包含有用的描述,如下摘录中所示:

  1. bg [ job ... ]
  2. job ... &
  3. Put each specified job in the background, or the current job if
  4. none is specified.
  5.  
  6. bindkey
  7. See the section `Zle Builtins' in zshzle(1).
  8.  
  9. break [ n ]
  10. Exit from an enclosing for, while, until, select or repeat loop.
  11. If an arithmetic expression n is specified, then break n levels
  12. instead of just one.

最后

Linux 内置命令对于每个 shell 都很重要,它的操作类似特定于 shell 的命令一样。如果你经常使用不同的 shell,并注意到你经常使用的某些命令似乎不存在或者不能按预期工作,那么它可能是你使用的其他 shell 之一中的内置命令。

【编辑推荐】

  1. 安全研究人员特别喜爱的12款Linux发行版
  2. Linus 将 Linux 的软盘驱动 floppy 标记为“孤立”状态
  3. Linux系统为什么要吃掉我的“内存”?
  4. 在Linux中不使用useradd命令如何创建用户账号
  5. 详解Linux Multipath多路径配置--概念、配置、常用维护命令等
【责任编辑:庞桂玉 TEL:(010)68476606】
点赞 0

(编辑:ASP站长网)

网友评论
推荐文章
    热点阅读