1 2 3
#!/bin/sh freecolor -o | sed -n '2p' | awk '{printf (" %2.2fG/%2.2fG\n", ($3 / (1024 ^ 2)), ($2 / (1024 ^ 2)))}'