Skip to content

Commit a5a4d41

Browse files
committed
Merge pull request me115#5 from custa/patch-2
Update 03_text_processing.rst
2 parents c8da0ae + d0f4bc7 commit a5a4d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base/03_text_processing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ w字 k M G
9595

9696
-print的定界符
9797
^^^^^^^^^^^^^^^^^^^^
98-
默认使用'\n'作为文件的定界符;
98+
默认使用'\\\n'作为文件的定界符;
9999

100-
-print0 使用'\0'作为文件的定界符,这样就可以搜索包含空格的文件;
100+
-print0 使用'\\\0'作为文件的定界符,这样就可以搜索包含空格的文件;
101101

102102
grep 文本搜索
103103
-------------------------

0 commit comments

Comments
 (0)