mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 13:15:43 +02:00
339 B
339 B
free
Display amount of free and used memory in the system. More information: https://manned.org/free.
- Display system memory:
free
- Display memory in Bytes/KB/MB/GB:
free -{{b|k|m|g}}
- Display memory in human-readable units:
free {{[-h|--human]}}
- Refresh the output every 2 seconds:
free {{[-s|--seconds]}} 2