查询
1 词典释义:
stdout
时间: 2025-10-29 22:32:15

标准输出

双语例句
  • Select OLPC for qemu stdout target.

    选择 OLPC for qemu stdout target。

  • Display information to stdout.

    将信息显示到stdout中。

  • Output the XML documents to stdout.

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

  • The echo command writes its arguments to stdout.

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

  • Often, you'll want to capture stdout and stderr.

    您常常会需要捕获stdout和stderr。

  • Both sort and uniq print outcomes to stdout.

    sort和uniq都将输出打印到stdout。

  • Starting pipelines with a file instead of stdout.

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

  • Unlike wget, cURL emits what it downloads to stdout.

    与wget不同,cURL把它下载的东西发送到stdout。

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

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

  • The same rules apply in AIX with > and >> on stdout and stderr.

    在 AIX 中,对 stdout 和 stderr 使用 > 和 >> 时应用相同的规则。

  • Both stdout and stdin are typically denoted as a hyphen (-).

    stdout和stdin通常表示为连字符(-)。

  • Next, query ssh-agent to generate Bourne shell commands on stdout.

    接下来,查询ssh - agent以在标准输出中生成Bourne shell命令。

  • Change the stdin and stdout lines to reference opb_uartlite_0.

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

  • Pages 10 through 20 are written to selpg's stdout, the screen.

    将第 10 页到第 20 页写至 selpg 的标准输出(屏幕)。

  • So, the phrase --create --file - creates the archive on stdout.

    所以,短语 --create --file - 在 stdout 上创建存档。

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

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

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

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

  • A test script is any program that prints to STDOUT in a defined format.

    测试脚本是以已定义的格式打印到STDOUT的任何程序。

  • During a backup, ontape writes the data to stdout (standard output).

    在备份过程中,ontape将数据写入stdout(标准输出)。

  • verbose : Display all input lines to stdout as the shell reads them.

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

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

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

  • If stderr has been redirected to stdout, then both streams will be piped.

    如果stderr已被重定向到stdout,那么两个流都会被通过管道导出。

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

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

  • This is in addition to stdout and any log file defined in the command line.

    这是对标准输出和命令行定义的日志文件的补充。

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

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

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

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

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

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

  • Consider cases in which you need to redirect standard output (stdout) to a log.

    让我们考虑这样的情况,即需要将标准输出(stdout)重定向到一个日志。

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

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

  • Thankfully, we remembered to separate stdout into ls.out and stderr into ls.err.

    好在可以把stdout和stderr分别重定向到ls . out和ls . err,这样就能够看到错误消息。