• Use the fignore shell variable to avoid accidental deletion

    使用fignoreshell变量避免意外删除

    youdao

  • To enable this feature, you need to set the autolist shell variable.

    为了启用这个特性需要设置shell变量autolist

    youdao

  • To prevent this from happening, always keep the noclobber shell variable turned on.

    为了防止发生这种情况,应该一直打开shell变量noclobber。

    youdao

  • The script in Listing 24 provides an example of these shell variable declaration methods.

    清单24中的脚本给出这些shell变量声明方法示例

    youdao

  • Create a shell variable called cc whose value is the full path file name to the GCC binary.

    创建一个shell变量cc,它的gcc二进制代码的完整路径文件名

    youdao

  • We use the echo command to accomplish this and save the character in the shell variable 'ht'.

    我们使用echo命令实现这点字符保存shell变量ht

    youdao

  • Tcsh defines the prompt built-in shell variable, which you can use to customize shell prompts.

    tcsh定义prompt内置shell变量可以通过这个变量定制shell提示。

    youdao

  • The shell variable printexitvalue is a useful feature of tcsh that immensely aids script debugging.

    shell变量printexitvalue一个很有用tcsh 特性,它对脚本调试非常帮助

    youdao

  • Tcsh provides the built-in shell variable watch, which makes it easy to view who is logging in and out of the system.

    tcsh提供内置shell变量watch可以通过查看正在使用系统用户。

    youdao

  • Tcsh defines a shell variable rmstar; when turned on, it provides the user with a prompt that requests confirmation of the user's action.

    tcsh定义了一个shell变量rmstar;如果打开这个变量,在用户执行操作时会显示提示要求用户确认操作

    youdao

  • If the addsuffix shell variable is set along with automatic Tab completion, it's easier to distinguish folders because tcsh suffixes them with a / character when a match is found.

    如果同时设置 addsuffixshell变量自动Tab齐,那么在找到匹配tcsh 会在文件夹后面加上一个 /字符这样容易区分出文件夹。

    youdao

  • The reason that cron processes can't communicate with ssh-agent is that cron jobs are executed as child processes by cron and thus do not inherit the $SSH_AUTH_SOCK shell variable.

    cron进程不能ssh-agent通信原因,cron作业作为 cron 的进程来执行这样它们就不会继承 $SSH_AUTH_SOCK。

    youdao

  • Consider the example in Listing 18, which sets a shell variable, tests for the value of the variable, and then programmatically executes another command if the value is greater than zero.

    比如清单18中的示例设置shell变量检查变量如果大于自动地执行另一个命令

    youdao

  • You can also find the type of the current platform through the Squirrel Shell environment variable platform.

    可以通过SquirrelShell环境变量platform查找当前平台类型

    youdao

  • Set your path variable to include the installation path in order to easily start OmegaT + from any directory when using a shell.

    设定路径变量,录入安装路径,以便使用介壳轻松地任何目录启动omegat +。

    youdao

  • As with any other global variable, these variables need to be set in the shell instance where the JVM process will run, so that Settings can be read by JVM into its global variables table.

    其他任何全局变量一样,需要shell实例设置这些变量JVM进程这个实例中运行因此可以通过JVM将这些设置读取全局量表中

    youdao

  • If it is not assigned to a variable, or it is not otherwise used as part of the calling statement, then the shell will attempt to execute it rather than display it.

    如果没有将该输出指派一个变量或者没有在别的地方将它用作调用语句一部分shell尝试执行输出不是显示输出。

    youdao

  • Always be careful with shell expansion and variable names.

    始终谨慎使用Shell扩展变量名称。

    youdao

  • Other, typically more complicated variations of the dialog command both set the shell status variable and generate other results.

    另外通常更为复杂dialog命令变体同时设置shell状态变量生成其他结果

    youdao

  • If the BASH shell is non-interactive, it expands the value of the BASH_ENV environment variable and executes the file named.

    如果BASHShell是非交互,那么将扩展BASH_ENV环境变量,并执行指定的文件

    youdao

  • Thankfully, most of today's shells counter this by at least automatically resetting the IFS variable when they start -- and that includes GNU bash, the usual shell for GNU/Linux systems.

    值得欣慰是,当今大部分shell 都对此进行了防范,它们启动至少会自动重新设置IFS变量 --包括GNUbash,GNU/Linux常用shell

    youdao

  • Otherwise, the shell interprets the trailing text as part of your variable nameand most likely returns a null value.

    否则Shell尾随文本解释变量名称一部分——并且可能返回一个空值。

    youdao

  • This manipulation and variable support makes many aspects of programming with a shell script significantly easier.

    这种操作变量支持使得Shell脚本许多编程方面变得更加容易

    youdao

  • Then, when you run CD, the variable PWD will be updated and displayed as part of the shell prompt.

    然后运行cd时,变量pwd更新显示shell提示一部分

    youdao

  • When building shell scripts to submit to the job spooler, it is usually a good idea to define the PATH environment variable inside the script.

    构建提交作业假脱机程序的shell脚本时,在脚本中定义PATH环境变量常常一种做法

    youdao

  • The environment variable CPU_ARCH yields the processor for which the shell was compiled.

    环境变量CPU_ARCH生成处理器shell将针对该处理器进行编译。

    youdao

  • Each shell has an assortment of built-in commands; the PATH environment variable specifies the list and order of directories to search; and each alias ACTS as shorthand.

    每种Shell都有一个内置命令分类PATH环境变量用于指定搜索列表目录别名可以作为简写

    youdao

  • When we "export" an environment variable under bash, any subsequent program that we run can read our setting, whether it is a shell script or not.

    在bash中“导出环境变量时,以后运行任何程序不管是不是shell脚本都可以读取设置

    youdao

  • Historically, many attacks exploited the way the command shell handled the IFS environment variable, but most of today's shells (including GNU bash) have been modified to make IFS harder to exploit.

    历史上很多攻击利用命令shell处理IFS环境变量方法但是当今大部分shell(包括GNUbash)已经经过了修改从而使IFS难以利用。

    youdao

  • Historically, many attacks exploited the way the command shell handled the IFS environment variable, but most of today's shells (including GNU bash) have been modified to make IFS harder to exploit.

    历史上很多攻击利用命令shell处理IFS环境变量方法但是当今大部分shell(包括GNUbash)已经经过了修改从而使IFS难以利用。

    youdao

$firstVoiceSent
- 来自原声例句
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定
小调查
请问您想要如何调整此模块?

感谢您的反馈,我们会尽快进行适当修改!
进来说说原因吧 确定