Skip to content

Commit d0f4bc7

Browse files
committed
Update 03_text_processing.rst
1 parent c8da0ae commit d0f4bc7

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)