add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/linux/free.md Normal file
View File

@@ -0,0 +1,20 @@
# free
> 显示系统中可用和已用内存的数量。
> 更多信息:<https://manned.org/free>。
- 显示系统内存:
`free`
- 以字节/KB/MB/GB 显示内存:
`free -{{b|k|m|g}}`
- 以人类可读的单位显示内存:
`free -h`
- 每 2 秒刷新一次输出:
`free -s {{2}}`