首页 / 词典 / good

stdout

  • 网络标准输出;标准的输出;输出到屏幕;标准输出文件
stdoutstdout
  1. Output the XML documents to stdout .

    将XML文档输出到标准输出。

  2. For output , and write to that pipe instead of to stdout

    的管道以便输出,并写至该管道而不是标准输出

  3. Progress regarding the build process is displayed to the developer via STDOUT .

    构建过程的进展通过STDOUT展示给开发者。

  4. Stdout is the standard output stream , which displays output from commands .

    stdout是标准输出流,显示来自命令的输出。

  5. By default , output from each instance of the command appears in stdout .

    在默认情况下,每个命令实例的输出出现在stdout中。

  6. Normal execution of the example writes the " Hello world !" string to stdout .

    正常执行该示例将把“Helloworld!”字符串写到stdout中。

  7. However , you can name a directory to capture the stdout of each instance .

    但是,可以指定一个目录来捕捉每个实例的输出。

  8. STDOUT is the output that prints to the screen when a command works .

    STDOUT是执行一个命令时打印到屏幕上的输出。

  9. Starting pipelines with a file instead of stdout

    使用文件而不是stdout开始管道线

  10. Those returned variables are emitted to standard output ( stdout ) for viewing .

    这些返回的变量可发至标准输出(stdout)以便查阅。

  11. In contrast , cURL sends the resulting output to standard output ( stdout ) .

    相反,cURL则将产生的输出发送到标准的输出(stdout)。

  12. Display information to stdout .

    将信息显示到stdout中。

  13. If this script works , you 'll see " hello world " on standard output [ stdout ] .

    如果该脚本能够正常运行,您将在标准输出[stdout]中看到“helloworld”。

  14. Verbose : Display all input lines to stdout as the shell reads them .

    verbose:当shell读取输入行时,向stdout显示所有这些行。

  15. The stdout of the first command is not written to a file and then read by the second command .

    第一个命令的stdout没有写到一个文件中,然后再由第二个命令读取。

  16. Using the pipeline can be much more complicated when you redirect stdout to stdin several times .

    当多次把stdout重定向到stdin时,管道的使用方法可以很复杂。

  17. However , any output that is directed to stdout will be mailed to the user .

    但是,定向到stdout的输出会通过电子邮件发送给用户。

  18. The STDOUT , unless redirected by the user , is usually the console .

    STDOUT通常是控制台,除非用户进行了重定向。

  19. The echo command writes its arguments to stdout .

    echo命令将其参数写入到stdout。

  20. By default , find prints results on the standard output device ( stdout ), which is usually your terminal window .

    默认情况下,find在标准输出设备(stdout,通常是您的终端窗口)上打印结果。

  21. Use the cat ( short for concatenate ) command to display the contents of a file on stdout .

    使用cat(concatenate的简写)命令显示文件在使用标准输出时的内容。

  22. Recent versions of PHP can use STDOUT as a constant instead of defining the variable $ STDOUT used above .

    最新版本的PHP可以使用STDOUT作为常量而不是定义上面使用的变量$STDOUT。

  23. Change the stdin and stdout lines to reference opb_uartlite_0 .

    把stdin和stdout所在的行改成引用opbuartlite0。

  24. There are times when you may need to have both stdout and stderr written to the same file or device .

    有时候,可能需要把stdout和stderr写到同一个文件或设备。

  25. To save the stdout of a command sequence and view it at the same time , use less-O file .

    要在保存命令序列的stdout同时进行查看,可使用less-Ofile。

  26. And , sed writes its results to standard output ( stdout ); it doesn 't modify any input files .

    然后,sed将其结果写入标准输出(stdout),它不修改任何输入文件。

  27. The-m option sends mail to the user even if there is no stdout from the command .

    m选项向用户发送邮件,即使命令没有stdout。

  28. Note that kernel output goes to the kernel ring buffer and not to stdout , because stdout is process specific .

    注意,内核的输出进到了内核回环缓冲区中,而不是打印到stdout上,这是因为stdout是进程特有的环境。

  29. If the-o option is not specified , then output goes to standard output ( stdout ), generally the screen .

    如果未指定-o选项,然么输出将为标准输出(stdout),通常是输出到屏幕。

  30. The path printed on stdout refers to a location that should contain a directory called pixmaps ;

    打印到标准输出的路径是一个包含像素目录的位置。