add new chinese translations
This commit is contained in:
20
pages.zh/linux/free.md
Normal file
20
pages.zh/linux/free.md
Normal 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}}`
|
Reference in New Issue
Block a user