Como grep por valor em um valor-chave
$ grep -Po '(?<=^FOO=)\w*$' file
foo
Bloody Badger
$ grep -Po '(?<=^FOO=)\w*$' file
foo