1. Our final sed example uses the = command to printline numbers and then filter the resulting output through sed again to mimic the effect of the nl command to number lines.
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.
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?
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.
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'.
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.
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.