1 2 3 4 5 6 7
#!/bin/sh IFS=: exec $( for dir in $PATH; do [ -e ${dir} ] && find ${dir} -executable -printf '%f\n' done | sort -u | ./swenu -cal)