Files
tldr/pages.zh/common/mkfile.md
2022-12-04 15:07:04 +10:00

17 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# mkfile
> 创建一个或多个任意大小的空文件。
> 更多信息:<https://manned.org/mkfile>.
- 创建一个 15 千字节的空文件:
`mkfile -n {{15k}} {{文件名}}`
- 创建给定大小和单位的文件bytes, KB, MB, GB
`mkfile -n {{大小}}{{b|k|m|g}} {{文件名}}`
- 创建两个 4 兆字节的文件:
`mkfile -n {{4m}} {{文件名 1}} {{文件名 2}}`