View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#23
Originally Posted by biggzy View Post
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"}'
Hi
What the command for this format of date: 9 Mar 2010 ?
Thanks.