1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 11:35:24 +02:00
tldr/pages.ca/linux/free.md
Managor a70b923d8f
*: add option placeholders to translations (#15933)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2025-03-19 00:36:34 +02:00

20 lines
406 B
Markdown

# free
> Mostra la quantitat de memòria lliure i utilitzada en el sistema.
> Més informació: <https://manned.org/free>.
- Mostra la memòria del sistema:
`free`
- Mostra la memòria del sistema en Bytes/KB/MB/GB:
`free -{{b|k|m|g}}`
- Mostra la memòria del sistema en unitats llegibles per humans:
`free {{[-h|--human]}}`
- Actualitza la sortida cada 2 segons:
`free {{[-s|--seconds]}} {{2}}`