19 Aug
2011
19 Aug
'11
6:01 p.m.
On Fri, Aug 19, 2011 at 7:53 PM, C Anthony Risinger <anthony@xtfx.me> 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