echo `head -2 < /proc/meminfo | awk '{print $2}' | sort -n` | awk '{printf("You have %i kB of %i kB free memory\n",$1,$2)}'