View Single Post
biggzy's Avatar
Posts: 547 | Thanked: 461 times | Joined on Aug 2009 @ UK
#12
iv also got some free memory widgets (rootfs, mass mem and mem card), is there any command to use so i can have 1 showing free RAM? thanx



Command to show free mass memory: df -h | awk ' $1 == "/dev/mmcblk0p1" {print $4"B"}'

Command to show free memory on mem card: df -h | awk ' $1 == "/dev/mmcblk1p1" {print $4"B"}'
__________________
Nokia N900 - It's what computers have become.
My Web Site
Twitter

Last edited by biggzy; 2010-03-09 at 13:55.
 

The Following User Says Thank You to biggzy For This Useful Post: