网站首页  词典首页

请输入您要查询的英文单词:

 

单词 shell script
释义

shell script

美 
英 
  • un.一种特定程序;外壳文稿程序
  • 网络脚本;外壳脚本;脚本程式设计
un.
1.
一种特定程序
2.
外壳文稿程序

例句

释义:
1.
With tput and a bit of work, you can create a full-blown, menu-driven shell script that will look great!
通过tput和极少的工作量,您就可以创建看起来非常漂亮而全面的菜单驱动的shell脚本!
www.ibm.com
2.
Because data can just as easily be piped to sed, it's very easy to use sed as part of a long, complex pipeline in a powerful shell script.
因为可以轻易将数据管道输出到sed,所以,将sed用作强大的shell脚本中长而复杂的管道很容易。
www.ibm.com
3.
When writing a shell script, some users may say, "It would be great to have this! " or "I'd love to be able to do that! "
在编写一个shell脚本时,一些用户可能会说,“它真不错!”
www.ibm.com
4.
Per convention, the first line of every shell script tells the operating system what program to launch to interpret the script.
按照规定,每个shell脚本的第一行将向操作系统表明要启动哪个程序来解释脚本。通常,这一行会显示#!
www.ibm.com
5.
Sometimes, performing the basic troubleshooting steps of a shell script isn't as easy as it was in the above example.
有时候,对shell脚本执行基本的错误排除步骤并不像前一个示例那么容易。
www.ibm.com
6.
Processes -- A process is an activity within the system that is started with a command, shell script, or another process.
进程——进程是指系统内部由命令、Shell脚本或其他进程启动的活动。
www.ibm.com
7.
Download the stress test shell script and a passel of other useful tests at the Linux Test Project home page.
在LinuxTestProject主页下载压力测试shell脚本以及其他一些实用的测试。
www.ibm.com
8.
You can name your script anything you want, but you usually use the extension . ksh to refer to a Korn shell script.
您可以对脚本进行任意地命名,但通常使用扩展名.ksh来表示KornShell脚本。
www.ibm.com
9.
It is also easy to write a shell script that copies the files from staging to production.
写脚本把文件从交付准备服务器拷贝到生产环境,也很容易。
www.infoq.com
10.
Of course, a shell script would be somewhat worthless without command-line arguments.
当然,如果没有命令行参数的话,shell脚本的价值就没有那么大了。
www.ibm.com
1.
Our next and final task involves scheduling the execution of the backup_remote_servers. sh shell script on the offsite data storage server.
本文的下一个也是最后一个任务是,调度离线数据存储服务器上的shell脚本backup_remote_servers.sh的执行。
www.ibm.com
2.
For example, the shell script in Listing 10, named make_errors (and rightfully so), has been written and is ready to be executed.
例如,清单10中的shell脚本(名为make_errors)已经编写好等待执行。
www.ibm.com
3.
Listing 1 shows a bash shell script that you might code to try running the xclock command for a specified period of time.
您将编写清单1所示的bashshell脚本来按照指定的时间段运行xclock命令。
www.ibm.com
4.
If you have a very small list of actions to be performed, then you could put them all in a single shell script.
如果仅仅执行数量非常少的操作,可以将它们全部放在一个简单的shell脚本中。
www.ibm.com
5.
This file is a simple Linux shell script that contains all commands for loading device drivers to system memory.
此文件是包含将设备驱动程序载入到系统内存中的所有命令的简单Linuxshell脚本。
www.ibm.com
6.
The shell script will then have commands to invoke SQL files from it, as shown in Table 12.
这个shell脚本通过命令调用SQL文件,见下表。
www.ibm.com
7.
Each recommendation is detailed below along with a Bash shell script for illustration.
下面详细讲述了每一条建议以及用于说明问题的脚本。
www.ibm.com
8.
This manipulation and variable support makes many aspects of programming with a shell script significantly easier.
这种操作和变量支持使得Shell脚本的许多编程方面变得更加容易了。
www.ibm.com
9.
So, to keep it as close to the command line as possible, script it using shell script.
所以,为了尽可能接近命令行,可以使用shell脚本将它编写成脚本。
www.ibm.com
10.
Rather than type and re-type a (potentially) complex series of commands to accomplish a chore, a shell script mechanizes the work.
与输入或重新输入(可能)复杂的命令来完成某个繁琐任务不同,Shell脚本可以自动化该工作。
www.ibm.com
1.
In many cases, you can invoke a simple shell script that starts the necessary embedded applications.
在很多情况下,我们可以调用一个简单的shell脚本来启动必需的嵌入式应用程序。
www.ibm.com
2.
It is good coding practice to provide pertinent comments and instructions in the header of each shell script.
在每个shell脚本的头文件中提供相关的注释和说明是一个良好的编码习惯。
www.ibm.com
3.
You can set your classpath manually, or you can use a shell script, . profile file, or an IDE to add the JAR to your classpath.
可以手工设置类路径,也可使用shell脚本、.profile文件或者使用IDE将JAR添加到类路径中。
www.ibm.com
4.
So far, you've learned how to start writing a Korn shell script by writing a basic script header and defining some variables.
到目前为止,作为编写KornShell脚本的入门内容,您已经了解了如何编写基本的脚本标头,以及定义变量。
www.ibm.com
5.
Now that we've learned all about chopping strings, let's write a simple little shell script.
现在我们已经学习了所有截断字符串的知识,下面写一个简单短小的shell脚本。
www.ibm.com
6.
You can download a file that contains a UNIX and DOS shell script to invoke the Watchit tool in the "Download" section of this article.
您可以下载包含UNIX和DOSshell脚本的文件,来调用本文“下载”部分的Watchit工具。
www.ibm.com
7.
The conventional solution, since make runs everything through the shell, is to write an inline shell script.
由于make是通过shell来运行所有操作的,因此常见的解决方案是编写一个内嵌的shell脚本来实现。
www.ibm.com
8.
Keep in mind that a good utility might find its way into a shell script run as root.
务必记住,优秀的实用程序能够设法在shell脚本中作为根(root)用户身份运行。
www.ibm.com
9.
PackageMaker allows for execution of pre-install and post-install actions using shell script or Perl script.
PackageMaker允许在安装前后执行用shell或Perl脚本编写的操作。
www.ibm.com
10.
Better yet, if the steps required to build the software are repeatable without manual intervention, capture the process in a shell script.
然而更有价值的是,如果构建该软件所需的步骤是无需手工干预就可重复执行的,那么可以在Shell脚本描述这个过程。
www.ibm.com
1.
This command can also be downloaded as a shell script, putqueue. sh, from the Downloads section.
这个命令也可以作为shell脚本putqueue.sh从下载一节下载。
www.ibm.com
2.
Arguments to the function when it is called are available as $1, $2, and so forth just within a typical shell script.
调用函数时,函数参数作为$1、$2等形式来提供,就像在典型的外壳脚本中一样。
www.ibm.com
3.
When a shell script process exits or returns to the parent process, the exit code should be 0.
当shell脚本进程退出或返回到父进程时,退出码应该是0。
www.ibm.com
4.
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脚本中。
www.ibm.com
5.
Compress the shell script inj Listing1 into a file called itm_agent_config. zip.
将shell脚本injListing1压缩到名为itm_agent_config.zip的文件中。
www.ibm.com
6.
Instead of repeatedly typing these commands, you can put them in a Korn shell script.
您可以将这些命令放到一个KornShell脚本中,而无需反复地键入这些命令。
www.ibm.com
7.
Incorporate the use of functions and shell script libraries (by sourcing in another script) where possible within your script.
尽可能在脚本中使用函数和shell脚本库(通过导入另一个脚本)。
www.ibm.com
8.
The simplest method is to use a bash or shell script that executes a series of commands you would usually perform from a terminal prompt.
最简单的方法是使用能执行那些通常在终端提示符上执行的命令的bash或者bash脚本。
www.ibm.com
9.
The last script is the shell script, aggregating the three scripts to execute in sequence.
最后一个脚本是一个命令脚本,汇聚这三个脚本来依次执行。
www.ibm.com
10.
Notice that the shell script makes use of a variable called ITM_TEMS_HOSTNAME.
注意,该shell脚本利用了一个名为ITM_TEMS_HOSTNAME的变量。
www.ibm.com
1.
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命令执行远程服务器上的脚本。
www.ibm.com
2.
Several administrative utilities are written in UNIX shell script and Perl.
有几个管理实用程序是用UNIXshell脚本和Perl编写的。
www.ibm.com
3.
If you export MDD4J from the workbench onto another machine, there will a batch or a shell script available to run the tool.
(如果希望将MDD4J从workbench导出到其他机器上,将有一个批处理文件或shell脚本可用于运行此工具)。
www.ibm.com
4.
A shell script encapsulates your intent, confounds errors, and saves time.
shell脚本可以简化操作、避免错误和节省时间。
www.ibm.com
5.
I find that type gives me more precise information, which I sometimes need in a shell script.
我发现type为我提供了更准确的信息,我需要在某个shell脚本中使用到。
www.ibm.com
6.
Using a shell script for complex starting sequences is highly recommended to minimize typos and "thinkos. "
对于复杂的启动序列,强烈建议使用一个shell脚本,以最小化typos和“thinkos”。
www.ibm.com
7.
To gain a better understanding of tput, this article starts with the command line, and then continues into shell script examples.
为让您更好地理解tput,本文首先从命令行讲起,然后紧接着讲述shell脚本示例。
www.ibm.com
8.
Think of a shell script as several command-line entries typed at once, because that is what it really is, in a sense.
可以将shell脚本视为一次输入多个命令行条目,因为从某种意义上来说,这就是实际情况。
www.ibm.com
9.
A shell script might be more suitable here.
在这种情况下,外壳脚本可能更为适合。
www.ibm.com
10.
You can even create a shell script with all your operations in it and just call the shell script, with or without arguments, as needed.
您甚至可以使用操作符在其中创建shell脚本,并且仅调用shell脚本(根据需要使用或不使用参数)。
www.ibm.com
1.
Users can select and deselect files and click Submit to activate the rsync shell script.
用户可以选择和取消选择文件,并通过单击Submit激活rsyncshell脚本。
www.ibm.com
2.
You can use the exit code in a shell script to search for files on a file system and take action based on the result -- e. G.
你能够在shell脚本中使用这个返回码来查找在一个文件系统中的多个文件,而后根据其返回码完成相关的操作。
blog.chinaunix.net
3.
One issue people run into when learning how to shell script well is duplicating work they've already done in a script.
在人们学习如何编写shell脚本时,常常遇到的一个问题是,重复他们在另一个脚本中已经做过的工作。
www.ibm.com
4.
Erasing confidential work files should be done by the shell script that runs the application.
清除机密工作文件的工作应该由运行应用程序的shell脚本来完成。
www-128.ibm.com
5.
Each section generates a shell script that is embedded into the RPM and run subsequently as part of the installation.
每一节生成一个shell脚本,该脚本嵌入到RPM中,随后作为安装的一部分运行。
www.ibm.com
6.
You can also follow feeds from Twitter and FriendFeed manually and by using a simple shell script.
您也可以从Twitter和FriendFeed手动地跟踪feed,或者使用一个简单的shell脚本跟踪feed。
www.ibm.com
7.
Once this setup is done, the batch file or shell script is run to start the collection.
完成了此设置后,就可以运行批处理文件或外壳脚本来开始收集工作了。
www.ibm.com
8.
You can call cURL from an application driven by a batch file or shell script.
您可以从由批文件或shell脚本驱动的应用程序调用cURL。
www.ibm.com
9.
A shell script is also provided to start and stop the Cloudscape Network Server database.
此外,还提供了一个shell脚本,用于启动和停止CloudscapeNetworkServer数据库。
www.ibm.com
10.
Linux provides several ways to package your application, such as a tarball, self-installing shell script, or RPM.
Linux提供了几种方法对应用程序进行打包,例如tarball、自行安装的shell脚本或RPM。
www.ibm.com
1.
You should now have a shell script that looks similar to that shown in Listing 4.
您现在应该拥有一个看起来与列表4相似的脚本。
www.ibm.com
2.
If the shell script uses the su command, a child shell will be spawned.
如果shell脚本使用了su命令,就会派生一个子shell。
www.ibm.com
3.
It can either be used as a command line interpreter for a terminal, or as a shell script interpreter.
它即能作为终端的命令行解释程序,也可作为Shell脚本解释程序。
wiki.ubuntu.org.cn
4.
Issue the db2trc command at an operating-system command prompt or from a shell script.
可以在操作系统命令提示符下或者从一个shell脚本中发出db2trc命令。
www.ibm.com
5.
If you're writing a shell script, use pipes or the user's home directory for temporary files.
如果您正在编写shell脚本,那么可以使用管道,或者在用户的主目录存入临时文件。
www.ibm.com
6.
Create a shell script to start the subsystem at system boot.
创建一个shell脚本以在系统引导时启动子系统。
www-128.ibm.com
7.
Place the location of any shell script you like in the command area, and use a double tap to check your e-mail.
在命令区中可以放上我们喜欢使用的任何shell脚本,这样就可以使用双击来查看e-mail。
www.ibm.com
8.
It's fine to use a 20-line shell script to tie your new utility together with existing tools.
使用20行的shell脚本来将新的实用程序与现有工具结合起来是很理想的。
www.ibm.com
9.
Of course, there are times when neither the command line nor a shell script is adequate.
当然,在很多情况下,仅依靠命令行和Shell脚本是不够的。
www.ibm.com
10.
build. sh -- A bash shell script for building the demo.
sh——用于构建演示程序的bashshell脚本。
www.ibm.com
1.
Starting up There is also now a small shell script called "nmon" that starts the right nmon version.
启动目前还有一个称为“nmon”的小型Shell脚本,可以用来启动适当的nmon版本。
www.ibm.com
2.
On the slave servers, snapshots are retrieved from the master server using the snappuller shell script.
在从服务器上,使用snappullershell脚本从主服务器上检索快照。
www.ibm.com
3.
Listing 6 shows how to add user and group write and execute permissions to another copy of the shell script.
清单6显示了如何添加用户和组写和执行权限到shell脚本的其他副本。
www.ibm.com
4.
chmod u x script. sh: If you write a shell script and want to execute it, enable its execute bit.
chmodu xscript.sh:如果您编写了一个Shell脚本,并且希望执行它,那么需要设置其执行位。
www.ibm.com
5.
Taking the simple knowledge you've gained thus far, you can make a simple yet useful shell script.
运用到目前为止学到的简单知识,您可以创建简单而有用的shell脚本。
www.ibm.com
6.
Listing 2 is a simple shell script that does this.
清单2是一个做这件事的小shell脚本。
www.ibm.com
7.
A "distributed crawler" is really only like 10 lines of shell script.
一个“分布式的网络爬虫”真的仅仅需要大概10行的shell脚本代码。
www.bing.com
8.
Listing 8 is a sample shell script that acts as a wrapper around either the adduser or useradd command.
清单8是用作adduser或useradd命令的包装的示例外壳脚本。
www.ibm.com
9.
The rsync daemon is enabled using the rsyncd-enable shell script and then started using the rsyncd-start command.
rsyn守护程序可用rsyncd-enableshell脚本启用,然后再用rsyncd-start命令实际启动。
www.ibm.com
10.
The installer may fail to run because it's a nonportable shell script.
安装器可能会因为不是可移植的shell脚本而不能运行。
www.ibm.com
1.
The Exchange Management Shell script must contain the same commands that you would run manually.
Exchange命令行管理程序脚本必须包含可手动运行的相同命令。
technet.microsoft.com
2.
For example, Listing 2 shows a shell script that copies a directory full of database dumps to a remote FTP server for safekeeping.
例如,清单2介绍了一个Shell脚本,出于安全考虑,它可以用来将一个装满了数据库转储信息的目录复制到远程FTP服务器。
www.ibm.com
3.
This is typically done by editing a shell script.
这通常是通过编译一个shell脚本完成的。
www-128.ibm.com
4.
This is great because it allows you to write the shell script code one time, but you get to leverage it over and over.
这一点很重要,因为它允许您编写一次Shell脚本代码,却可以一次又一次地使用它。
www.ibm.com
5.
The Exchange Management Shell script files use the. Ps1 file name extension.
Exchange命令行管理程序脚本文件使用.ps1文件扩展名。
technet.microsoft.com
6.
To begin writing your first Korn shell script, you need to open the vi editor and add the shell name as the first line.
要开始编写您的第一个KornShell脚本,首先需要打开vi编辑器,并添加Shell名称作为第一行。
www.ibm.com
7.
For example, you can convert the shell script in Listing 1 to Perl and thus leverage the PPI module for parsing.
例如,您可以将清单1中的脚本转换成Perl,从而利用PPI模块进行解析。
www.ibm.com
8.
Using Groovy as a shell-script (or batch-script) replacement is easy, thanks to how easily you can reach out and touch the file system.
使用Groovy代替shell脚本(或批处理脚本)非常容易,因为您能够方便地访问文件系统。
www.ibm.com
9.
Like batch files, you can create the Exchange Management Shell script files by using a text editor, such as Notepad.
与批处理文件类似,可以使用文本编辑器(例如记事本)创建Exchange命令行管理程序脚本文件。
technet.microsoft.com
10.
The output would be captured into a shell variable and used by subsequent commands in the shell script that called the "mkewuid" function
然后,把输出赋值给一个shell变量,供shell脚本中的后续命令使??
www.ibm.com
1.
To create a shell script to use as an example for demonstrating job spooling across multiple job queue devices, run the following commands
运行以下命令创建一个shell脚本,以它为例演示跨多个作业队列设备的作业假脱机
www.ibm.com
2.
Add dialog boxes to any shell script
向任何shell脚本添加对话框
www.ibm.com
3.
First, he created simple shell script designed to write data to a test filesystem as quickly as possible
首先,他创建了一个简单的shell脚本,该脚本设计用来将数据尽快写入测试文件系统
www-128.ibm.com
4.
Searching the Message Tracking Logs for a Message on Multiple Servers by Using an Exchange Management Shell Script in Exchange 2007 SP1
在Exchange2007SP1中使用Exchange命令行管理程序脚本搜索多个服务器上邮件的邮件跟踪日志
technet.microsoft.com
5.
This utility is a shell script that writes the configuration file to disk as
这个实用程序是一个shell脚本,用来将配置文件写到磁盘的
www-128.ibm.com
6.
Provide comments and instructions in each shell script
在每个shell脚本中提供注释和说明
www.ibm.com
7.
This project, for instance, created a standard way to securely forward a display. First is a single-line shell script
举例来说,该项目创建了一种标准方法来安全地转发显示的内容。
www.ibm.com
8.
The following usage message information is from the mkewuid Korn Shell script function
下面是mkewuidKornShell脚本函数产生的用法信息
www.ibm.com
9.
If aggregation is required, the same shell script that executes the client will also do the following
如果需要进行结果聚合,那么同一段shell脚本在客户机上运行的时候还要完成下面的工作
www-128.ibm.com
随便看

 

英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。

 

Copyright © 2004-2022 Newdu.com All Rights Reserved
更新时间:2025/1/27 23:44:10