# File lib/specinfra/command/aix/base/group.rb, line 8
    def check_has_gid(group, gid)
      "lsgroup -a id #{escape(group)} | cut -f 2 -d '=' | grep -w -- #{escape(gid)}"
    end