Skip to content

Commit 5ba7097

Browse files
fix: commands file
1 parent e566eb2 commit 5ba7097

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/archives/commands/file.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# file
22

3-
`file`命令用来某个文件的类型
3+
`file`命令用来查看某个文件的类型
44

55
```bash
66
$ file index.html
77
index.html: HTML document, ASCII text
88
```
99

10-
file 工具可以对所给的文件一行简短的介绍,它用文件后缀、头部信息和一些其他的线索来判断文件。你在检查一堆你不熟悉的文件时使用 find 非常方便:
10+
file 工具可以对所给的文件输出一行简短的介绍,它用文件后缀、头部信息和一些其他的线索来判断文件。你在检查一堆你不熟悉的文件时使用 find 非常方便:
1111

1212
```bash
1313
$ find -exec file {} \;

0 commit comments

Comments
 (0)