Skip to content

Commit 95839eb

Browse files
committed
Update 02_file_manage.rst
1 parent c8da0ae commit 95839eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/02_file_manage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ find是实时查找,如果需要更快的查询,可试试locate;locate会
155155

156156
重定向::
157157

158-
ls proc/*.c > list > &l 将结果输出到list,将错误输出到同一个文件末尾
158+
ls proc/*.c > list 2> &l 将标准输出和标准错误重定向到同一文件
159159

160160
等价的是::
161161

0 commit comments

Comments
 (0)