return File::Find::Rule->file()->executable->name($cmd)->maxdepth(1)->in( split /:/, $path ) ? 1 : undef;