The test system I've presented logs its results to a command shell.
我所介绍的测试系统将其结果记录到命令外壳中。
A variation on the above command using Korn Shell 93 syntax.
下面是上述命令的一个变体,其中使用了KornShell 93语法。
Also, both scripts are careful to use the exec shell command, which replaces one program with another but does not create new processes.
而且,这两个脚本都要小心地使用exec外壳命令,这个命令用一个程序替代另一个程序,但是没有创建新进程。
Open a db2 command shell (db2cmd) and navigate to the directory that contains Table.ddl.
打开db 2命令外壳程序(db2cmd)并导航至包含Table . ddl的目录。
A command between back ticks runs as the shell interprets the command line, and the output of the command is used in the final expansion.
在Shell对命令行进行解释时,将执行反勾号之间的命令,并在最终的扩展结果中使用该命令的输出。
Mastering the command line can simplify your work and help you better understand how to make the shell and command line work for you rather than you working harder for it.
掌握命令行可以简化您的工作,并帮助您更好地理解如何在工作中充分利用shell和命令行,从而摆脱使用它们的困扰。
Compile all source files by entering the following command at the Windows SDK command shell prompt.
通过在WindowsSDK命令Shell提示符处输入以下命令编译所有源文件。
Metacharacters: Metacharacters are characters that have special meanings to programs or libraries you depend on, such as the command shell or SQL.
元字符:元字符是在您所依赖的程序或库中——比如命令shell或者SQL——有特定含义的字符。
Learn to use the powerful features of the shell at the command line, in scripts, and in interaction with your own programs.
学习在命令行、在脚本中以及在与您自己的程序的交互中使用shell的强大功能。
Select the location based on the type of command (networking, shell, and so on), and be consistent with other commands.
我们要根据命令的类型(网络,shell等)来选择位置,并与其他命令保持一致。
While running an interactive CLI session, the normal command shell prompt is changed to >>>.
在运行交互式CLI会话期间,普通的命令shell提示符将被修改为 >>>。
With Python, the subprocess module handles making the system call to the shell command, and puts it into a list, called in array in Bash or PHP.
对于Python,子过程模块处理对Shell命令的系统调用,并将输出发在一个列表(在Bash和PHP中称为数组)中。
You will need to run this command from a regular shell prompt, not the interactive command Line Processor.
您将必须在一般提示符下运行该命令,而不是在有交互性的DB 2命令行处理器下。
Processes — a process is an activity within the system that is started with a command, shell script, or another process.
进程——进程是指系统内部由命令、shell脚本或其他进程启动的活动。
The tput command, like most commands in UNIX, can be used either at your shell command line or inside a shell script.
与UNIX中的大多数命令一样,tput命令既可以用在shell命令行中也可以用在shell脚本中。
Spring Roo framework provides a command line shell with TAB completion, context aware operations and command hinting features.
SpringRoo框架提供了一个带有tab命令补全、能感知上下文操作及命令提示特性的命令行shell。
There are no other access points (like a command line shell), thus decreasing the surface area for malicious attacks.
除此之外没有其他的访问点(比如命令行shell),因此减少了出现恶意攻击的机率。
Open the roo shell by typing the roo command.
通过输入roo命令打开rooshell。
When the shell encounters the dot command, it immediately executes the named shell script.
当Shell碰到点 (.)命令时,它将立刻执行指定的 Shell脚本。
The backup_remote_servers.sh shell script USES the SSH command to execute a script on the remote servers.
shell脚本backup _ remote_servers . sh使用ssh命令执行远程服务器上的脚本。
Spawn allows a shell command to be spawned.
Spawn允许生成shell命令。
The Z shell command line cat < file1 < file2 < file3 is the same as cat file1 file2 file3.
Zshell命令行cat <file1 <file2 <file3 等同于 cat file1 file2 file3。
Open your shell or command prompt and start the Python interactive tool by issuing the command python. Now issue the commands shown in Listing 2 at the Python prompt (don't type the >>>s)
打开shell或命令提示符,并发出命令python启动 Python交互工具。
Gdb allows you to run shell commands without exiting the debugging environment with the shell command, invoked as' shell [commandline] ', useful for making changes to source code whilst debugging.
gdb可以让您通过使用shell命令在不退出调试环境的情况下运行shell命令,调用形式是' shell [commandline] ',这有助于在调试时更改源代码。
The basic tool for timing things in a shell script is the sleep command, which causes the running shell to stop execution for a specified time.
shell脚本中执行定时的基本工具是sleep命令,该命令将使运行中的shell在指定的一段时间内暂停执行。
Finally, I saved the commands to a file and used the shell "source" command to run every command in that file.
最后,我将这些命令保存到一个文件中并使用shell“source”命令运行文件中的每个命令。
If any part of a shell command is enclosed by back quotes (a character also known as a grave accent), it is executed and the output placed on the command line.
如果shell脚本的某一部分用单引号(也称为重单符)括起来,那么将执行这个部分并将结果放在该命令行内。
You can send the output of most control structures to another UNIX command — after all, the shell treats the control structure as a command.
您可以将大多数控制结构的输出发送给另一个UNIX命令——毕竟,Shell将该控制结构视为一个命令。
It's like running a little shell command before the rest of the command line runs.
它类似于在运行命令行的其他部分之前先运行一条短小shell命令。
The first example, written in PHP, will capture the output of the shell command "df -h," place the output into an array, and then examine each line of output against a regular expression.
采用PHP编写的第一个示例将捕获Shell命令“df—h”的输出,将输出放在一个数组中,然后根据一个正则表达式检查输出的每一行。
应用推荐