free.1 - ubase - suckless linux base utils | |
git clone git://git.suckless.org/ubase | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
free.1 (551B) | |
--- | |
1 .Dd February 2, 2015 | |
2 .Dt FREE 1 | |
3 .Os ubase | |
4 .Sh NAME | |
5 .Nm free | |
6 .Nd display amount of free and used memory in the system | |
7 .Sh SYNOPSIS | |
8 .Nm | |
9 .Op Fl bgkm | |
10 .Sh DESCRIPTION | |
11 .Nm | |
12 displays the total amount of free and used physical and swap memory in t… | |
13 system, as well as the buffers used by the kernel. | |
14 .Sh OPTIONS | |
15 .Bl -tag -width Ds | |
16 .It Fl b | |
17 Display the amount of memory in bytes. This is the default. | |
18 .It Fl g | |
19 Display the amount of memory in gigabytes. | |
20 .It Fl k | |
21 Display the amount of memory in kilobytes. | |
22 .It Fl m | |
23 Display the amount of memory in megabytes. | |
24 |