• The cat filename command scrolls the text within the filename file.

    指令档名文件里面卷文本

    youdao

  • You can solve that problem with cat file | head -c 1788 | tail -c 789.

    可以使用cat file |head -c 1788 |tail - c 789来解决一问题

    youdao

  • Therefore, cat file | tail -f will not work as expected, but tail -f file will.

    因此cat file |tail -f不会得到期望的结果,tail - f file则可以。

    youdao

  • Finally, explore the output using the cat file system operation through the hadoop utility (see Listing 11).

    最后通过hadoop实用工具使用cat文件系统操作来探索输出(请参考清单 11)。

    youdao

  • The example in Figure 4 shows that there are four subunits (.cat files) referenced by the Rose model (.mdl) file.

    4中的实例显示Rose模型(. mdl)文件所引用个子单元(. cat文件)。

    youdao

  • This was fairly easy to do: we simply provided the developer with our latest *.cat file for the command gateway, and she reverse-engineered her code into the model.

    相当容易完成的:我们简单提供开发人员我们最新对于commandgateway 的 *.cat文件并且逆向工程代码成为模型。

    youdao

  • When you import subunits as packages, each of the subunits (.cat file) in Rational Rose will be imported as a separate model (.emx file with type set as package) to your Software Architect solution.

    单元作为导入时,RationalRose 中的每一个子单元(.cat文件)都会作为单独模型.emx 文件)导入Software Architect 方案中。

    youdao

  • The value "*all*" is used when the file can be used to translate in any direction -- from any language to any other language -- something that not all CAT tools can do.

    如果文件用于任何方向翻译使用 "*all*",语言任何其他语言,并非所有CAT工具做到

    youdao

  • Cat displays the whole file.

    Cat显示完整文件

    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 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

  • Note that the split file named yaa did not finish with a newline character, so our prompt was offset after we used cat to display it.

    注意名为yaa分解文件并未使用换行符表示结束因此使用cat显示提示之后,会发现提示出现偏移

    youdao

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

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

    youdao

  • Since the file size is 1mb, the actual output of the cat secure_container command is not shown.

    因为文件大小1MB,这里没有给出cat secure_container命令实际输出

    youdao

  • You can use sort to process more than one file at a time, and there are basically two ways to do it: you can use cat to concatenate them first, as in.

    可以使用sort同时处理多个文件,这样方式基本上两种:首先可以使用cat来并置它们,如下所示。

    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

  • 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

  • Save the code in Listing 1 above into a file named extractStates.pl and run the program with the command cat us_states.kml | perl extractStates.pl.

    上面清单1中的代码保存名为extractStates.pl 的文件中,并且cat us_states.kml |perl extractStates.pl命令运行程序

    youdao

  • If you're appending only a single line instead of multiple lines or an entire file, you can use echo instead of cat.

    如果追加单行不是整个文件,您可以使用echo而不是cat

    youdao

  • You cannot view the Shared memory files (commonly referred as SHM files) by using the cat utility generally used for file display in Linux since these SHM files are in a binary format.

    Linux系统中,不能通过使用通常用于文件显示cat实用工具查看共享内存文件(shm文件),因为这些shm文件是以二进制的格式存储的。

    youdao

  • For example, to see the command-line entry for init, simply cat the cmdline file.

    例如查看initcommand - line项的内容,只需cmdline文件执行cat命令。

    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

  • There are two ways to display the lines in a file in reverse order: tac (the reverse of cat) and the command tail -r.

    两种方法可以逆序显示文件中的tac(cat反过来)tail - r命令

    youdao

  • Read Makefile (with cat or more or view) to find out where to go (the master distribution site) to get the file and what its name is.

    使用catmoreview阅读Makefile文件确定哪里(分发站点)获取文件以及文件名。

    youdao

  • You can use the cat command (after finding the particular output file) through the hadoop-0.20 utility to emit this data (see Listing 7).

    找到输出文件之后可以通过hadoop- 0.20实用程序使用cat命令查看数据(清单7)。

    youdao

  • This is absolutely unnecessary and a waste of time, because tools such as grep take file names as arguments. You simply do not need to use cat in this situation at all, as in the following example

    绝对是不必要的纯粹是浪费时间因为诸如grep 这样工具接受文件名作为参数

    youdao

  • You can examine the contents of each key file using a text editor such as vi or emacs, or simply by using the less or cat commands.

    检查密钥文件内容可以使用诸如viemacs等文本编辑器可以使用lesscat命令

    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

  • File to a file called authorized_keys, which is stored in each remote machine's.ssh directory. We can use a text editor or simply use the cat command to append the offsite.pub.

    现在,登录每个机器并将offsite . pub文件的内容附加到名为authorized_keys文件中,文件存储每个远程机器的.ssh目录中。

    youdao

  • With the job complete, inspect the output directory (to identify the results file), and then perform a file system cat operation to view its contents (see Listing 10).

    作业完成之后检查out put目录,找到结果文件然后通过执行文件系统cat操作查看内容(清单10)。

    youdao

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

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

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