mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 11:06:00 +02:00
free: add Spanish translation (#4679)
This commit is contained in:
parent
ed731944df
commit
c8f252b769
1 changed files with 19 additions and 0 deletions
19
pages.es/linux/free.md
Normal file
19
pages.es/linux/free.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# free
|
||||
|
||||
> Muestra la cantidad de memoria libre y usada en el sistema.
|
||||
|
||||
- Muestra la memoria del sistema:
|
||||
|
||||
`free`
|
||||
|
||||
- Muestra la memoria del sistema en Bytes/KB/MB/GB:
|
||||
|
||||
`free -{{b|k|m|g}}`
|
||||
|
||||
- Muestra la memoria del sistema en unidades legibles por humanos:
|
||||
|
||||
`free -h`
|
||||
|
||||
- Actualiza la salida cada 2 segundos:
|
||||
|
||||
`free -s {{2}}`
|
Loading…
Add table
Reference in a new issue