• The command is executed once for each input file.

    命令每个输入文件执行一次

    youdao

  • Listing 1 provides a complete example by looking for the longest word in a particular file passed in from the command line as input.

    清单1提供了一个完整示例示例将特定文件查找命令作为输入传入最长单词

    youdao

  • This input can come either from a file specified as the last command line argument, or from standard input if no file name argument is given.

    输入可以来自作为最后一个命令参数指定文件没有给出文件名参数时也可以来自标准输入。

    youdao

  • From a command prompt, invoke the batch file passing one of the sample XML files as input.

    命令提示调用批处理文件,将样例XML文件中的一个作为输入传递

    youdao

  • Because it finds at least one match to its two-character pattern on every line, the grep command outputs every line in the input file.

    由于每行至少找到此双字符模式一个匹配项因此grep命令会输出输入文件中的每个

    youdao

  • The cat (short for "concatenate") command takes one or more files on its input and prints them to its output as a single file.

    cat (“concatenate”的缩写)命令输入接受多个文件它们作为单独文件打印输出

    youdao

  • The perl -n command runs the program once on every line of the input file.

    perl -n命令针对输入文件每一运行一次程序

    youdao

  • You will also sometimes see a hyphen (-) used in place of a filename as an argument to a command, meaning the input should come from stdin rather than a file.

    有时看到使用一个连字符(-)来代替文件名作为命令参数,这意味着输入应当来自stdin不是文件。

    youdao

  • As shown in Listing 8, using the cat command without a file name simply echoes anything typed to standard input; the > redirection captures that to the specified file.

    如 清单8使用文件名cat命令回显标准输入键入任何内容;>重定向将该输入捕获到指定的文件中。

    youdao

  • This command has generated a new file -- hw.s -- that contains the assembler input text that you typically would not have seen, because the compiler defaults to producing the a.out file.

    这个命令生成一个新的文件hw.s,其中包含通常无法看到汇编输入文本因为编译器缺省情况下将生成a.out 文件。

    youdao

  • The dvips command does not accept input from stdin, so the script may need to create a temporary file and copy stdin to that file before calling dvips.

    dvips命令接受来自stdin输入所以这个脚本可能需要创建临时文件,在调用 dvips之前把 stdin拷贝临时文件。

    youdao

  • Make sure that the input file is removed from the FTP server (as shown in the command window below) and that the output file is created as configured in the message flow's FileOutput node.

    确保FTP服务器删除输入文件(如下面的命令窗口),创建消息FileOut put节点配置输出文件。

    youdao

  • The tee command functions as a T-pipe, taking its input (the output from the mainframe) and sending it to the next command as well as a file called tap.

    tee命令功能作为t管道,输入(主机输出)发送一条命令称为tap文件

    youdao

  • This is because, again, sed only reads from the file you specify on the command line, using it as inputit doesn't try to modify the file.

    还是因为sed读取命令指定文件,将用作输入——试图修改文件。

    youdao

  • Listing 4 shows a sample command you can use to call the Design Advisor and specify queries.sql as the input file that contains the SQL statements to analyze.

    清单4显示了一个样命令可以使用调用Design Advisorqueries .sql指定包含需要分析sql语句输入文件

    youdao

  • Convert knows what image format the input and output are, based on the file extensions given on the command line. So, to convert a JPEG to a PNG, use a command line like the following.

    convert根据命令给定文件扩展名了解输入输出图像格式分别什么

    youdao

  • Each import can read a different section of the same input file because the import command allows you to specify "SKIPCOUNT m ROWCOUNT n" to read rows m+1 to m+n from the input file.

    每个导入命令可以读取一个输入文件不同片段因为导入命令允许指定SKIPCOUNTmROWCOUNTn读取输入文件中的m+1 m+n

    youdao

  • If you do have a filter that requires input from stdin, you might think of using the cat command to copy the file to stdout, which would work.

    如果要求来自stdin输出的过滤器,那么可以考虑使用cat命令文件复制 stdout。

    youdao

  • The coding_name variable on line 330 is derived from a command-line argument specifying the encoding of the input file; if no such command line is provided, UTF-8 is used, instead.

    第330行的coding_name变量源自一个指定输入文件编码命令参数如果没有提供这种命令行,就使用UTF - 8编码

    youdao

  • As discussed previously, if you don't give a command-line argument, the application will use the default feed sources input XML file (rss_feed_sources.xml).

    我们前面讲过,如果没有提供命令行参数,那么此应用程序将会使用默认提要输入xml文件(rss_feed_sources . xml)。

    youdao

  • To read back the information from the file, use the -i command-line option to specify the input source.

    文件读取这些信息可以使用- i命令行选项指定输入源文件。

    youdao

  • The latter will print the specified number of lines from the input stream made up of the files listed after the cat command, but treated as one single file.

    后者打印cat命令所列文件组成输入指定的内容,输入流作为单个文件对待。

    youdao

  • When the output of cat is not redirected to a file or another command's standard input, cat behaves as most command-line tools and send its output to the console.

    cat输出没有被重定向到文件另一个命令标准输出时,cat表现出来的行为与多数命令工具一样,即将输出发送控制台。

    youdao

  • For example, here's how you can accept command-line input in a groovy script. Create a new file named Hello.groovy and add the line in Listing 7.

    例如下面groovy脚本接受命令行输入的方法。

    youdao

  • No input file was specified, ignoring other command line parameters.

    指定输入文件忽略其他命令参数

    youdao

  • Specify a valid command or batch file, and any required input or output files.

    指定一个有效命令批处理文件以及任何必需输入输出文件

    youdao

  • To specify an input file name, add the name to the command line as the input file.

    指定一个输入文件名,请将名称作为输入文件添加命令

    youdao

  • Reads the command input from a file, instead of reading input from the keyboard.

    文件中读取输入命令而不是键盘输入。

    youdao

  • Its name can be used in commands as input (for example, a LINK command file), or it can pass commands to the operating system.

    文件名命令可以用作输入(例如LINK命令文件),或者将命令传递操作系统

    youdao

  • LINK accepts the command-file input as if it were specified in that location on the command line.

    LINK接受命令文件输入,如同命令中的那个位置指定的一样。

    youdao

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

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

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