1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

free: apply conventions

- Used the multiple options convention properly
- Added a concrete example
This commit is contained in:
Agniva De Sarker 2017-12-02 20:25:03 +05:30
parent 02f9bd592a
commit 4d62dfedea

View file

@ -8,12 +8,12 @@
- Display memory in Bytes/KB/MB/GB: - Display memory in Bytes/KB/MB/GB:
`free {{-b/-k/-m/-g}}` `free -{{b|k|m|g}}`
- Display memory in human readable units: - Display memory in human readable units:
`free -h` `free -h`
- Continuous monitor memory (refresh every X seconds): - Refresh the output every 2 seconds:
`free -s {{X}}` `free -s {{2}}`