Cara grep untuk nilai dalam nilai kunci
$ grep -Po '(?<=^FOO=)\w*$' file
foo
Bloody Badger
$ grep -Po '(?<=^FOO=)\w*$' file
foo