查看“沙盒”的源代码
来自Ubuntu中文
←
沙盒
跳到导航
跳到搜索
因为以下原因,您没有权限编辑该页面:
您请求的操作仅限属于该用户组的用户执行:
用户
您可以查看和复制此页面的源代码。
3.1.1 Shell Operation The following is a brief description of the shell’s operation when it reads and executes a command. Basically, the shell does the following: 以下是当shell读取或执行一个命令时所进行操作的的一个简要描述,shell将做以下事情: # Reads its input from a file (see [[#Shell Scripts|Shell Scripts]]), from a string supplied as an argument to the -c invocation option (see [[#Invoking Bash|Invoking Bash]]), or from the user’s terminal. #: 从文件读取它的输入(参看[[#Shell Scripts|Shell Scripts]]), # Breaks the input into words and operators, obeying the quoting rules described in [[#Quoting|Quoting]]. These tokens are separated by metacharacters. Alias expansion is performed by this step (see [[#Aliases|Aliases]]). # Parses the tokens into simple and compound commands (see [[#Shell Commands|Shell Commands]]). # Performs the various shell expansions (see Shell Expansions), breaking the expanded tokens into lists of filenames (see Filename Expansion) and commands and arguments. # Performs any necessary redirections (see Redirections) and removes the redirection operators and their operands from the argument list. # Executes the command (see Executing Commands). # Optionally waits for the command to complete and collects its exit status (see Exit Status).
返回
沙盒
。
导航菜单
页面操作
页面
讨论
阅读
查看源代码
历史
页面操作
页面
讨论
更多
工具
个人工具
登录
导航
首页
最近更改
随机页面
页面分类
帮助
搜索
编辑
编辑指南
沙盒
新闻动态
字词处理
工具
链入页面
相关更改
特殊页面
页面信息