Extract value from key=value file sed

Print the value of DB_HOST from a .env file

sed -n 's/^DB_HOST=//p' .env