On Fri, Aug 19, 2011 at 7:53 PM, C Anthony Risinger <anthony@xxxxxxx> wrote: > and you can use the bash keyword `command` to suppress function lookup > and avoid a loop, but still use $PATH. oh that's much prettier. thx. been relying on $(which $0) for the $PATH part. mar77i