mirror of https://github.com/CrimsonTome/tldr.git
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>pull/23/head
parent
83300befe5
commit
5ad5c833bf
|
@ -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…
Reference in New Issue