#! /bin/sh
#script: list all commands
#syntax: lcom
#
echo -n $PATH | xargs -d : -I {} find {} -printf '%P\n' | sort -u
