码迷,mamicode.com
首页 > 系统相关 > 详细

Linux显示计算次数的结果

时间:2015-03-17 23:42:19      阅读:214      评论:0      收藏:0      [点我收藏+]

标签:linux   ubuntu   64位   

Linux显示计算次数的结果


youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free -c
free:选项需要一个参数 -- c

Usage:
 free [options]

Options:
 -b, --bytes         show output in bytes
 -k, --kilo          show output in kilobytes
 -m, --mega          show output in megabytes
 -g, --giga          show output in gigabytes
     --tera          show output in terabytes
 -h, --human         show human-readable output
     --si            use powers of 1000 not 1024
 -l, --lohi          show detailed low and high memory statistics
 -o, --old           use old format (without -/+buffers/cache line)
 -t, --total         show total for RAM + swap
 -s N, --seconds N   repeat printing every N seconds
 -c N, --count N     repeat printing N times, then exit

     --help     display this help and exit
 -V, --version  output version information and exit

For more details see free(1).
youhaidong@youhaidong-ThinkPad-Edge-E545:~$ free --count
free: option '--count' requires an argument

Usage:
 free [options]

Options:
 -b, --bytes         show output in bytes
 -k, --kilo          show output in kilobytes
 -m, --mega          show output in megabytes
 -g, --giga          show output in gigabytes
     --tera          show output in terabytes
 -h, --human         show human-readable output
     --si            use powers of 1000 not 1024
 -l, --lohi          show detailed low and high memory statistics
 -o, --old           use old format (without -/+buffers/cache line)
 -t, --total         show total for RAM + swap
 -s N, --seconds N   repeat printing every N seconds
 -c N, --count N     repeat printing N times, then exit

     --help     display this help and exit
 -V, --version  output version information and exit

For more details see free(1).



Linux显示计算次数的结果

标签:linux   ubuntu   64位   

原文地址:http://blog.csdn.net/you23hai45/article/details/44357401

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!