Skip to content

Commit aabe428

Browse files
authored
更正 ls 中错别字 影藏隐藏 (#335)
1 parent bde70a4 commit aabe428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/ls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ $ ls --human-readable --size -1 -S --classify # 按文件大小排序
186186
$ du -sh * | sort -h # 按文件大小排序(同上)
187187
```
188188
189-
显示当前目录下包括影藏文件在内的所有文件列表
189+
显示当前目录下包括隐藏文件在内的所有文件列表
190190
191191
```shell
192192
[root@localhost ~]# ls -a

0 commit comments

Comments
 (0)