#!/bin/sh

# echo $PATH | sed "s/.*:\([^:]*$1[^:]*\).*/\1/"
echo $PATH | sed "s/:/\n/g" | sed -n "/$1.*/p"

