free, lsblk: add pt_BR translation (#6619)

This commit is contained in:
Fabio Kleis
2021-10-03 23:13:04 -03:00
committed by GitHub
parent ceb6654610
commit dad3274aba
2 changed files with 56 additions and 0 deletions

20
pages.pt_BR/linux/free.md Normal file
View File

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