• You might also know that the standard output (the screen) is a file descriptor, too.

    可能知道标准输出屏幕也是一个文件描述符

    youdao

  • Users can stream the output data into a string, an internal buffer, the standard output, or a file.

    用户可以使这些输出数据流入字符串内部缓冲区标准输出文件

    youdao

  • If you want to combine error and standard output into a single file, use numbered redirection (see Listing 4).

    如果希望错误标准输出组合单个文件请使用编号重定向(请参见清单4)。

    youdao

  • As a bit of helpful trivia, each application is initially opened with three file descriptors, 0 through 2, for the standard input, output, and error streams, respectively.

    一点不是很重要但却很有帮助初始打开每个应用程序时,都具有三个文件描述符从02,分别表示标准输入输出错误流。

    youdao

  • The output is sent to standard output that can then be redirected to a file.

    输出发送标准输出,您可以随后它重定向到文件。

    youdao

  • Typically, output from the template goes to whatever output file you specify when you run the XSL translatorusually a file or a standard out (that is, the console or the default output file).

    一般说来模板输出运行XSL转换器指定的输出文件通常是一个文件或者标准输出(及控制台或者默认的输出文件)。

    youdao

  • The arguments are a file (or multiple files) for standard output.

    标准输出而言,参数一个多个文件

    youdao

  • Output appears to standard out and.out file.

    输出显示标准输出和.out文件

    youdao

  • This example also illustrates the use of - to signify standard input to cat, so we can concatenate the output of tr and the text2 file.

    示例解释了如何使用-表示cat标准输入因此我们可以tr输出text2文件连接起来。

    youdao

  • Run the program again, but capture standard output to a file, for example

    再次运行这个程序但是要将标准输出定向一个文件中例如

    youdao

  • 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)。

    youdao

  • Listing 4 shows a small script that reads the NFS server config file of Solaris and prints it to standard output.

    清单4显示了一个脚本阅读SolarisNFS服务器配置文件标准输出打印

    youdao

  • VoiceXML is the name given to the standard for voice-based XML output, although the file format itself is called VXML.

    VoiceXML源于一种标准用于基于语音XML输出但是这种文件格式本身称为VXML

    youdao

  • The Web server writes the contents of the cached file directly to standard output, which appears in the user's browser.

    Web服务器直接缓存文件内容写到标准输出显示用户浏览器中

    youdao

  • WriteContents is called to write the contents of the file to standard output, which it does by calling the fpassthru function in PHP.

    调用writeContents以将文件内容写到标准输出,在php通过调用fpassthru函数实现功能。

    youdao

  • No matter how you've been reading your file, you can dump the rest of your data to your standard output channel using fpassthru.

    无论怎样读取文件可以使用fpassthru 将其余数据转储标准输出通道

    youdao

  • The pipe between the two (|) feeds the standard output from the first tar into the standard input of the second, effectively copying the files into, and then out of, a non-existent archive file.

    两者之间管道 (|) 将第一个tar标准输出传入第二个 tar标准输入并且高效地文件复制一个并不存在存档文件然后再其中提取文件。

    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

  • Also, since by default the LogParser reads from standard input, you can pipe a log file from a running server to the LogParser to get output generated in real time.

    同时,虽然LogParser默认标准输入读取数据,但是也可以指定一个来自运行时服务器日志文件,用LogParser实时输出

    youdao

  • Because reports generated to standard output usually scroll past your screen, it's recommended that you use the -o option to write the output to a file (see Listing 2).

    因为发送标准输出报告常常会在屏幕所以建议使用- o选项输出写到一个文件中(清单2)。

    youdao

  • You can change the number of lines that these commands send to their standard output with the -n option (of course, your results will vary depending on the contents of your XF86Config file)

    可以通过使用 -n选项改变这些命令发送标准输出当然,输出结果随 XF86Config文件内容不同

    youdao

  • In the first example, we use cat to read the file and output it to standard output, which is piped into the standard input of FMT.

    第一例子里面,我们使用cat命令读取文件内容,然后将内容输送标准输出,标准输出通过管道机制作为命令fmt的标准输入

    youdao

  • There is also an application named ct that is running out of the same directory and has its standard output (file descriptor 1) redirected to a file called output.

    还有名为ct应用程序运行于相同目录并且标准输出文件描述符1重定向一个名为 output 的文件。

    youdao

  • It will not return an error to standard output if the file is not found. One way to test the return of the command is to use substitution, like shown in Listing 8.

    即使不到文件也不会标准输出返回错误

    youdao

  • All of the individual stop watch logs will be written to standard output (note that your servlet container may pipe standard output to a file on disk).

    所有单独stopwatch日志写入标准输出(请注意servlet容器可能把标准输出定向磁盘的某个文件中)。

    youdao

  • One of these remains standard output, while the other is a file whose name you specify on the command line.

    其中流保持标准输出个流一个文件,文件名由命令行指定

    youdao

  • If - is used as file, documents will be printed to standard output, disabling link conversion.

    如果-用来作为文件,这些文件标准输出则禁用链接转换

    youdao

  • Produces a listing file on the standard output. If you omit this option, no listing file is produced.

    标准输出中产生一个列表文件如果忽略

    youdao

  • Print selected parts of lines from each FILE to standard output.

    每个文件中的各行被选中部分打印标准输出

    youdao

  • The information is sent to standard output and can be redirected to a file.

    信息发送标准输出重定向文件

    youdao

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

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

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