1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-19 19:55:42 +02:00
tldr/pages.pt_BR/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
387 B
Markdown

# free
> Mostra a quantidade de memória livre e utilizada pelo sistema.
> Mais informações: <https://manned.org/free>.
- Mostra memória do sistema:
`free`
- Mostra memória em Bytes/KB/MB/GB:
`free -{{b|k|m|g}}`
- Mostra memória em unidades legíveis por seres humanos:
`free {{[-h|--human]}}`
- Atualiza a saída padrão a cada 2 segundos:
`free {{[-s|--seconds]}} {{2}}`