#! /bin/sh
#
#  Filename:  showpath
#
#  Author:  Br. David Carlson
#
#  Date:  September 15, 1998
#
#  This script displays your path, with one directory per line.
#
echo $PATH | tr ':' '\n'
