1. Our final sed example uses the = command to print line numbers and then filter the resulting output through sed again to mimic the effect of the nl command to number lines.
最后一个sed示例使用 =命令输出行号,然后再次使用 sed过滤生成的输出,以模拟使用nl 命令对行进行编号的效果。

来自互联网

2. The print statement in Line 8 is another of those string formatting operations that was discussed earlier.
第8行中的打印语句也是前面讨论过的字符串格式操作。

来自互联网

3. We need to modify the program to print a default message instead of crashing if all parameters are not included on the command line.
我们需要修改程序使其在命令行中未包含所有参数时打印默认消息而不是崩溃。

来自互联网

4. Creating a print queue in AIX via command line is extremely easy.
通过命令行在AIX中创建打印队列是一件非常简单的事。

来自互联网

5. If the local file has not yet been uploaded or is newer than the remote file, print a line indicating that the file is being uploaded.
如果本地文件没有被上载过或者比远程文件要新的话,打印一行文字说明文件将被上载。

来自互联网

6. I look for a regular expression that makes the pattern I am looking for, and then print the line of the disk report with a special message that gets injected.
我寻找构成所寻找模式的正则表达式,然后使用注入的特殊消息来打印该磁盘报告行。

来自互联网

7. If you use the DB2 command line processor to run your queries, you can use the -d option to suppress the XML declaration information and the -i option to print the results in an attractive manner.
如果使用DB 2命令行处理器来运行查询,那么可以使用- d选项来省略XML声明信息,还可以使用- i选项以一种美观的方式打印结果。

来自互联网

8. Listing 1 demonstrates this technique with a simple program to print the encodings of all URLs given on the command line.
清单1通过一个简单的程序说明该技术,输出命令行中给定的所有url的编码。

来自互联网

9. Printers recognize the form-feed character and automatically advance the print head by the required number of lines necessary to begin the next line of data on a new page.
打印机会识别换页符并自动根据在新的页开始新行所需的行数移动打印头。

来自互联网

10. Have I included the line, "Please save the planet. Don't print this email"?
你有没有在邮件后面添加类似“请保护地球,不要打印此邮件”的字样?

来自互联网

11. When I run the script on the command line and print the contents of the text configuration file, I see the output shown below.
在命令行运行该脚本并输出文本配置文件中的内容,能够看到下列输出。

来自互联网

12. We began here so at this point in the story the next thing that's going to happen is this line called Print F that says swap exclamation point, right?
我们从这里开始,在这里,下一步将要发生了的事情是,这行叫做printf的代码,打印:“交换完成!“对不?

来自互联网

13. I'm again, saying print argument's new line.
我再次指明,打印参数的新行。

来自互联网

14. The last line, which prints the number of matched items in the QueryPath object, will print 4.
最后一行打印QueryPath对象中匹配项的数量,最终打印的结果为4。

来自互联网

15. The line of perl says, "Read all input lines into an anonymous array , reverse the order of the elements, and print the new array."
包含perl的那行命令表示“将所有的输入行读入一个匿名数组(),颠倒元素的顺序,并打印这个新的数组”。

来自互联网

16. Perl's -p option tells it to read and process each line from standard input and print the results to standard output.
Perl的-p选项告诉它读取和处理标准输入中的每行内容,并将结果打印到标准输出。

来自互联网

17. Typing 'list main' will print the source listing starting around the main function and pressing return again will reveal the wib function call is on line 21.
输入'listmain '将打印从main函数开始的源码清单,再次按回车将显示第21行上的wib函数调用。

来自互联网

18. The second print statement is used to print a newline so that the next row in the times table is printed on a new line.
第二个print语句用于打印新行,从而使乘法表中的下一行被打印在新的行中。

来自互联网

19. The listing shows the variable "diff" being calculated on line 6, which we can re-evaluate by supplying the "diff" expression to print as 'print no1 - no2'.
清单显示了第 6行计算的变量 "diff",我们可以打印 "diff"表达式(使用'printno1-no2' 命令),来重新估计这个变量。

来自互联网

20. Most people access GDB from a command line, using simple instructions like run, print, and info.
大多数人使用诸如run、print和info这样的简单指令由命令行访问gdb。

来自互联网

21. The loop simply iterates through the array and prints each line as it would do on the command line, but enforcing an XHTML break-line element after each print.
此循环迭代这个数组并打印每一行,与它在命令行上所做的无异,只不过在每次打印后均强制使用一个xhtml断行元素。

来自互联网

22. The firm is about to complete a pilot production line that will print lithium-ion batteries onto sheets of metal or plastic, like printing a newspaper.
其即将完成一条试点生产线,能像打印报纸般在金属或塑料纸上打印锂离子电池。

来自互联网

23. If the line matches the regular expression, then you print out that line.
如果该行与正则表达式匹配,则打印该行。

来自互联网

24. A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.
使用map,并且除首字母大写外、以小写字母打印并排序所有环境变量的多行循环。

来自互联网

25. The 'p' command does what it always does, explicitly telling sed to print out the line, since we are in '-n' quiet mode.
因为是处于' -n '安静方式,所以'p '命令还是完成其惯有任务,即明确告诉sed打印该行。

来自互联网

26. A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.
除首字母大写外、用小写字母打印并排序所有环境变量的单行循环。

来自互联网

27. A multi-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted.
除首字母大写外、用小写字母打印并排序所有环境变量的多行循环。

来自互联网

28. Finally, print Hello World on the output writer, as shown in line 31.
最后,在输出书写器上打印hello World,如第31行代码所示。

来自互联网

29. A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.
使用map,并且除首字母大写外、以小写字母打印并排序所有环境变量的单行循环。

来自互联网

30. A one-line loop to print all the environment variables in lowercase, with the first letter uppercase, and sorted, using map.
使用map,并且除首字母大写外、以小写字母打印并排序所有环境变量的单行循环。

来自互联网