> It would be nice if one day BASH could recognize wildcards in the PATH > statement. E.g., > > export PATH=/sbin:/usr/sbin:/usr/pkg/*/bin
export PATH=/sbin:/usr/sbin$(printf ":%s" /usr/pkg/*/bin) That does require that you periodically re-execute this command, and it might not be as dynamic as you desire. On the other hand, it works today. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ( ``Discere est Dolere'' -- chet ) Live...Laugh...Love Chet Ramey, ITS, CWRU [EMAIL PROTECTED] http://tiswww.tis.cwru.edu/~chet/ _______________________________________________ Bug-bash mailing list Bug-bash@gnu.org http://lists.gnu.org/mailman/listinfo/bug-bash