To connect to a remote host using the standard shell, you can just type the name of the host
要使用标准Shell连接到远程主机,您只需键入主机名
The latter will allow for a standard shell to control any OSGi engine, rather than the per-system shells at the moment.
后者的目标是实现一个标准的shell以控制任意的OSGi引擎而不是针对特定系统的特定shell。
The standard shell is a full programming language with many built-in capabilities designed to make it easy to integrate other programs.
标准shell是一种完备的编程语言,具有很多内置的功能,用于简化与其他程序的集成。
Unfortunately, the standard definition of a second relies on what the atom does at a temperature of absolute zero. Real clocks need to run at room temperature, where the shell of electrons puffs up.
遗憾的是,一秒钟的标准定义依赖于原子在绝对零度的条件,而实际的时钟需要在室温下运行,室温条件下电子壳层膨胀了。
The modules developers create are hosted in a common shell that provides a standard set of services.
这些开发人员创建的模块是托管在一个通用的外壳中,其提供了一系列标准的服务。
Shell redirection can be handy in capturing standard program output, error messages from a program, or both to text files.
Shell重定向可以方便地将标准程序输出、程序错误消息或者这两者捕获到文本文件。
Your XSLT shell imports the standard migration, but XSLT automatically gives your new rule priority over the original one — so if you migrate at this point, all of your steps will disappear.
然后将XSLT外壳导入标准迁移,但XSLT会自动赋予新规则,这是比原规则更高的优先级,因此如果现在迁移的话,所有的step都将消失。
This project, for instance, created a standard way to securely forward a display. First is a single-line shell script.
举例来说,该项目创建了一种标准方法来安全地转发显示的内容。
For example, within any shell, you can use the tee command to redirect a file and the standard output (see Listing 17).
例如,在任何Shell中,您都可以使用tee命令来重定向文件和标准输出(请参见清单17)。
The former, RSH, is a standard remote shell system that offers basic authentication security, but no encryption, while the latter, SSH, offers both authentication and encryption of the data.
前者(rsh)是一种标准的远程Shell系统,它提供了基本的身份验证安全性,但不提供加密功能,而后者(ssh)提供了基本的身份验证和数据加密功能。
Probably some standard Unix shell tools like awk, sed, or tr could be used cleverly to get the precise output desired.
也许可以聪明地使用一些标准的Unixshell工具,如awk、sed或者tr,以准确得到所需要的输出。
The line up to the first % is passed to the shell, while any line(s) after the % are passed as standard input.
第一个 % 之前的一行传递给shell,这个 %之后的所有行都作为标准输入传递。
When the user is typing a command on the command line-that is, the shell he or she is using-the user only sees stdin, or standard in-that is, input that the user or a program provides.
当用户在命令行(即用户正在使用的shell)中键入命令时,用户只能看到stdin(即标准输入),这是用户或程序提供的输入。
This means that environment variables not only are exclusive to shell scripts, but can be used by standard compiled programs as well.
环境变量不仅由shell脚本独用,而且还可以由编译过的标准程序使用。
A script for generating the EWU value should be written as a function and included in an organization's standard set of shell functions.
生成ewu值的脚本应该编写为一个函数,并把它包含在组织的标准shell函数集中。
IBM SONAS system can be administered via the command line interface (CLI) using the secure shell or via highly consumable web-based user interface using a standard web browser.
可以使用安全shell通过命令行接口(CLI)管理IBMSONAS系统,也可以使用标准的web浏览器通过非常容易使用的web用户界面管理它。
For now, you can think of it as a way to run shell commands, as long as you remember that you'll only see standard output.
现在您可以将它看作运行shell命令的一种方法,但要记住您只能看到标准输出。
The bash shell lets you redirect standard input, standard output, and standard error on a Linux or UNIX system.
bashshell允许重定向Linux或UNIX系统上的标准输入、标准输出和标准错误。
For example, when you use ls, which reads the contents of the specified directory, it sends the list of files to the standard input of the program that called it (the shell).
例如,当用ls时,它会读取指定目录的内容,并将文件列表发送给调用它的程序(shell)的标准输入。
When logging in, bash supports the standard .profile file (as used by Bourne shell), in addition to its own specific .bash_profile. The file to use is chosen, as follows
在登录时,bash支持标准的.profile文件(BourneShell 所使用的配置文件),除此之外还支持它自己的特定 .bash_profile。
Stdin can also come from the standard output of another program, using the "|" (pipe) operator of the shell, as follows.
使用shell操作符“|”(pipe)也可以使标准输入来自另一个程序的标准输出,如下所示。
If your system doesn't provide the standard watch command and you don't have the time or inclination to build the procps package for your system, you can easily simulate it with a simple shell script.
如果您的系统没有提供标准的watch命令,您又不愿意花时间构建procps包,那么可以用一个简单的shell脚本模拟它。
The Korn shell conforms to the Portable Operating System Interface for Computer Environments (POSIX), which is an international standard for operating systems.
Kornshell符合计算机环境的可移植操作系统接口标准 (POSIX),这是操作系统的国际标准。
Bash: Bash is an alternative shell to the standard Bourne shell with similar syntax, but an expanded range of features, including aliasing, job control and auto-completion of file and directory names.
Bash: Bash是标准BourneShell的替代Shell,并且与之具有类似的语法,但同时具备大量的新特性,包括别名、作业控制以及文件和目录名自动完成。
The user then has a standard command set of programs available to him or her from within your bash shell environment $PATH variable.
在此之后,用户就可以使用bashshell环境变量 $PATH 中指定的标准命令集。
An interactive shell is easier to explain: a shell is interactive if it responds to your input (standard input) and displays output (to standard out).
交互的Shell更容易解释:如果Shell对您的输入(标准输入)作出反应并显示相应的输出(标准输出),那么这个Shell是交互的。
If you want to eliminate those, you can redirect the ij tool's standard output and standard error. For example, if you're working in the Bash shell, you can do this with.
如果想要消除这些消息,可以重定向ij工具的标准输出和标准错误。
The first-and default shell for normal users in aix-is the standard KSH shell.
第一种是AIX普通用户的缺省shell,即标准kshshell。
Even if you changed your default shell, bash is probably still running somewhere on your system, because it's the standard Linux shell and is used for a variety of purposes.
因为bash是标准Linuxshell,并用于各种目的,所以,即使更改了缺省shell, bash可能仍在系统中某处运行。
Like the standard output stream, stderr can be redirected or piped, but you need to tell the shell that you want to deal with stderr instead of stdout.
与标准输出流一样,可以对stderr进行重定向或使用管道进行传输,但是您需要告诉Shell您希望处理stderr而不是stdout。
应用推荐