mirror of https://github.com/CrimsonTome/tldr.git
free: apply conventions (#1733)
commit
59221d54fd
|
@ -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}}`
|
||||||
|
|
Loading…
Reference in New Issue