mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 20:13:32 +02:00
free: add Indonesian translation (#10842)
* free: add Indonesian translation * Update pages.id/linux/free.md Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * Update pages.id/linux/free.md Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * Update pages.id/linux/free.md Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> * Update pages.id/linux/free.md Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com> --------- Co-authored-by: Reinhart Previano Koentjoro <reinhart_previano@yahoo.com>
This commit is contained in:
parent
83300befe5
commit
5ad5c833bf
1 changed files with 20 additions and 0 deletions
20
pages.id/linux/free.md
Normal file
20
pages.id/linux/free.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# free
|
||||||
|
|
||||||
|
> Menampilkan jumlah memori kosong/tersedia dan memori yang digunakan dalam sistem.
|
||||||
|
> Informasi lebih lanjut: <https://manned.org/free>.
|
||||||
|
|
||||||
|
- Tampilkan memori sistem:
|
||||||
|
|
||||||
|
`free`
|
||||||
|
|
||||||
|
- Tampilkan memori dalam Bytes/KB/MB/GB:
|
||||||
|
|
||||||
|
`free -{{b|k|m|g}}`
|
||||||
|
|
||||||
|
- Tampilkan memori dalam unit yang dapat dibaca manusia:
|
||||||
|
|
||||||
|
`free -h`
|
||||||
|
|
||||||
|
- Tampilkan output setiap 2 detik:
|
||||||
|
|
||||||
|
`free -s {{2}}`
|
Loading…
Add table
Reference in a new issue