• 标准输入文件提供了数据传送一个进程的方法

    The standard input file provides a way to send data to a process.

    youdao

  • 段代码中,首先要为标准输入声明一个文件指针以便能够拼写检查过程键盘获得交互式信息

    In this code, you start by declaring a file pointer to standard input so that you can get interactive information from the keyboard during the spell-check process.

    youdao

  • 标准形式完成功能局限性在于只能命令执行输入完成文件路径(包括命令)。

    The limitation of completion in its standard form is that it is only able to complete files and paths (including commands) while you are entering them on the command line.

    youdao

  • 第二种机制在命令参数输出指令控制,把自己标准输入中的行写入日志文件

    It writes lines from its standard input to log files under the control of instructions you enter as command-line arguments.

    youdao

  • 可以使用标准输入运行大多数程序完全可以针对单个文件文件运行。

    Most programs that can run from standard input can also reasonably be run on a single file, or possibly on a group of files.

    youdao

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

    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.

    youdao

  • 有用的是,可以文件复制标准输出然后可以使用管道标准输入中提取这些文件将它们从地方复制另一个地方。

    Even more usefully, you can copy files into the standard output and, then using pipes, you can extract the files from the standard input and copy the files from one location to another.

    youdao

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

    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.

    youdao

  • 使用cat(名称表示“连接”)连接文件标准输入清单1所示。

    Use cat, whose name stands for together, to concatenate files and standard input streams, as in Listing 1.

    youdao

  • 然后sed结果写入标准输出(stdout),修改任何输入文件

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

    youdao

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

    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.

    youdao

  • 归功于Perl便利的 表达方式,这个实用程序适用于标准输入,也适用命令指定文件

    Thanks to Perl's convenient idiom, this automatically works either on standard input or on files named on the command line.

    youdao

  • 映射实现构建Eclipse插件它采取UML模型XMI交换工业标准文件格式作为输入

    The mapping implementation is built as an Eclipse plugin and takes the industry standard file format for exchange of UML models (XMI) as input.

    youdao

  • 由于大多数工具都接受使用字符(-)的标准输入作为一个参数因此即使使用cat分散stdin中的多个文件,参数也通常无效的。

    Because most tools take standard input as an argument using a hyphen (-), even the argument for using cat to intersperse multiple files with stdin is often not valid.

    youdao

  • 例如ls时,会读取指定目录内容文件列表发送给调用程序(shell)的标准输入

    For example, when you use ls, which reads the contents of the specified directory, it sends the list of files to the standard input of the program that called it (the shell).

    youdao

  • tarxf-标准输入提取文件

    Tar xf - extracts the files from the standard input.

    youdao

  • 接下来页面addphoto . html标准文件输入使能够浏览文件系统中的一个文件

    The next page, AddPhoto.html is a standard file input field that lets you browse to a file on the file system.

    youdao

  • 命令管道作为组件工作(通过读取标准输入文件参数以及标准输出标准错误)。

    Working as a component in a pipeline of commands (by reading either standard input or a filename argument, and writing to standard output and standard error).

    youdao

  • 应该使用高级业务建模用户配置文件添加运行时需求控制任务执行输入标准资源使用

    The Advanced Business Modeling user profile should be used to add run-time requirements, such as input criteria for controlling task execution and use of repositories.

    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

  • 许多文本处理命令过滤器可以标准输入文件获取输入

    Many text processing commands (filters) can take input either from the standard input stream or from a file.

    youdao

  • 多个文件标准输入创建输出时,可以使用当前日期时间替换文件创建日期。

    When output is created from multiple files or the standard input stream, the current date and time are used instead of the filename and creation date.

    youdao

  • 如果命令没有给出文件参数,我们使用标准输入

    If a filename arg was not given on the command line, we use stdin.

    youdao

  • 如果没有给定文件它就标准输入读入内容,如果给定了文件名就从文件中读入内容。

    It reads from standard input if no files are given, or if given a filename of -.

    youdao

  • 编译器设计标准其分成两个模块前端前端读取输入文件并对文件进行解码,后端生成代码或者这种情况下生成table

    The standard for compiler design is to break it in two modules: the front end that reads and decodes the input file, and the back end that produces the code or, in this case, the table class.

    youdao

  • 还有一种方法运行Derby脚本重定向ij工具标准输入脚本文件读取

    There is yet another way to run a Derby script: redirect the standard input of the ij tool to read from the script file.

    youdao

  • 标准输入汇编文件

    Standard input, or source files to assemble.

    youdao

  • awk可以管道作为过滤器如果没有指定文件,它可以键盘(标准输入)中接收输入

    Awk can act as a filter in a pipeline or take input from the keyboard (standard input) if no file or files are specified.

    youdao

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

    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.

    youdao

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

    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.

    youdao

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

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

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