Skip to content

Commit 4f8c836

Browse files
huckhuangjaywcjlove
authored andcommitted
Update ls.md
fix typo
1 parent 11fd9cb commit 4f8c836

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
@@ -17,7 +17,7 @@ ls(选项)(参数)
1717

1818
```
1919
-a:显示所有档案及目录(ls内定将档案名或目录名称为“.”的视为隐藏,不会列出);
20-
-A:显示除影藏文件“.”和“..”以外的所有文件列表;
20+
-A:显示除隐藏文件“.”和“..”以外的所有文件列表;
2121
-C:多列显示输出结果。这是默认选项;
2222
-l:与“-C”选项功能相反,所有输出信息用单列格式输出,不输出为多列;
2323
-F:在每个输出项后追加文件的类型标识符,具体含义:“*”表示具有可执行权限的普通文件,“/”表示目录,“@”表示符号链接,“|”表示命令管道FIFO,“=”表示sockets套接字。当文件为普通文件时,不输出任何标识符;

0 commit comments

Comments
 (0)