tldr/pages.zh/common/mkfile.md

17 lines
393 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# 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}}`