AWK Print Second
awk -F '"' '{print $2}' your_input_file
Wide-eyed Wolverine
awk -F '"' '{print $2}' your_input_file
<some_command> | sed 's/^.* \(".*"$\)/\1/'