mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
free: apply conventions (#1733)
This commit is contained in:
commit
59221d54fd
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
|
||||
- Display memory in Bytes/KB/MB/GB:
|
||||
|
||||
`free {{-b/-k/-m/-g}}`
|
||||
`free -{{b|k|m|g}}`
|
||||
|
||||
- Display memory in human readable units:
|
||||
|
||||
`free -h`
|
||||
|
||||
- Continuous monitor memory (refresh every X seconds):
|
||||
- Refresh the output every 2 seconds:
|
||||
|
||||
`free -s {{X}}`
|
||||
`free -s {{2}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue