Uses and functions of the bash shell
bashshell的用法和功能
Copy the Bash shell scripts and the associated files.
复制Bashshell脚本和相关文件。
Fortunately, the Bash shell has a suspend key, Ctrl-z.
幸好Bashshell有一个暂停键ctrl - z。
Copying the Bash shell scripts into the proper directory.
将Bashshell脚本复制到正确的目录下。
The Bash shell completes as much of the filename as it can, and then stops.
Bashshell将尽可能多的完成文件名,然后停止。
The Bash shell is already installed and configured in your Linux system.
Bashshell脚本已经在Linux系统中安装和配置好了。
This section describes how to run the Bash shell scripts for function testing.
本节描述如何运用Bashshell脚本进行功能测试。
The bash shell USES the readline library to manage command editing and history.
bashshell使用readline历史来管理命令编辑和历史。
You can navigate your Linux file systems using the bash commands shown in Listing 9.
可以使用清单9所示的bash命令导航Linux文件系统。
For more information on it, see the "HISTORY EXPANSION" section in the bash man page.
有关历史扩展的详细信息,请参阅bash帮助页中的“历史扩展”一节。
Download bash and get the resources you need to start working with the bash shell now.
下载bash并获取使用bashshell所需的参考资料。
In such a case, the Bash shell suspends the process, so that it is no longer executing.
对于这种情况,Bashshell将暂停进程,从而使它停止执行。
According to the PPID fields in this list, the ps command is a child of the bash shell.
从该列表的PPID字段中,我们知道ps命令是bashshell的子进程。
Please note that this is done in the bash shell, the default in most Linux distributions.
请注意,这是在bashshell(大多数Linux发行版的默认值)内完成的。
What prompted the writing of the GNU Bash Reference Manual and the Bash Reference Manual?
什么原因促使您编写GNUBash参考手册和Bash参考手册?
The 34 and 37 are the Bash escape codes for specifying the colors blue and white, respectively.
和37是分别用于指定蓝色和白色的Bash转义代码。
The Z shell is an enhanced version of the Korn shell with many features found in the bash shell.
Zshell是Korn shell的一个增强版本,具备bash shell的许多特色。
In the Bash shell, for example, -u ensures that any unset variables are treated as an error.
例如,在Bash外壳中,- u可确保将任何未设置的变量作为错误处理。
This community project provides a framework of extensions and convenience for the Bash shell.
这个社区项目提供了用来扩展和简化Bash shell的框架。
The bash command creates the file log and mails the stdout of the commands found in tellme to you.
bash命令创建文件log并将在tellme文件中找到的命令的stdout发送给您自己。
You will notice that on a US keyboard, shift-4 is "$", which is the bash variable expansion character.
注意到了吗:在美国键盘上,shift-4是 "$",它是bash变量扩展字符。
Inside a function or script, you can refer to the parameters using the bash special variables in Table 1.
在函数或脚本中,您可以使用表1中列出的bash特殊变量来引用参数。
You can create and modify the Bash shell scripts using text editors already provided by Linux, such as vi.
可以使用由Linux提供的文本编辑器如vi创建和修改Bashshell脚本。
You can save a pipeline or list in a file and then run it using the sh (default shell) or the bash command.
您可以将管道线或列表保存在一个文件中,然后使用sh(默认shell)或bash命令运行它。
Looking over the procedural Python version of our code, it quite similar to both the Bash and PHP versions.
浏览一下我们的代码的过程序python版本,发现它与Bash和PHP版本非常相似。
I particularly like the various versions of the Bash debugger that were implemented completely as shell scripts.
我特别喜欢各种版本的Bash调试器,完全像shell脚本一样执行。
Basically, the bash script just contains the listing of all the commands that were typed at the command line.
基本上,bash脚本只包含在命令行输入的所有命令列表。
The bash shell lets you redirect standard input, standard output, and standard error on a Linux or UNIX system.
bashshell允许重定向Linux或UNIX系统上的标准输入、标准输出和标准错误。
The bash shell is a free version of the Bourne shell, the first Unix shell, and includes many additional features.
bashshell是Bourne shell的一个免费版本,它是最早的Unix shell,包括许多附加的特点。
Since I was forced to use the legacy OS while I was on the job, I installed a version of the bash shell that works on it.
而当我被安排去使用那个老系统的时候,我在工作的时候,安装了一个bash在这个系统上。
应用推荐