How to print env var from file in bash (without using source)?
Many shell scripts, including the bash profile, are simply lists of environment variable settings. One such script on Debian is /etc/os-release which looks like this: PRETTY_NAME=”Debian GNU/…