No description
Nan Xiao 2caecca5b8
Merge pull request #6 from paultheweird/human_readable_output
Switch to fmt_scaled instead of handrolling it
2020-01-27 21:49:10 +08:00
.gitignore first commit 2018-04-26 12:50:30 +08:00
free.1 Add `-m' option 2020-01-22 00:41:38 +08:00
free.c Switch to fmt_scaled instead of handrolling it 2020-01-27 10:04:50 +01:00
LICENSE Create LICENSE 2018-04-26 12:55:42 +08:00
Makefile Switch to fmt_scaled instead of handrolling it 2020-01-27 10:04:50 +01:00
README.md Modify calculating free memory method 2018-04-27 18:04:17 +08:00

free

free command for OpenBSD:

# ./free total used free Mem: 4032M 28M 4004M Swap: 0B 0B 0B 

Usage

# git clone https://github.com/NanXiao/free.git # cd free # make # ./free