#! /bin/bash set -e # Print each entry in $PATH on its own line echo $PATH | tr ':' '\n'