Syntax
getgrgid(integer)
Description
The getgrgid() function returns a hash of the group for the given Gid.
Example
include("grp") println(getgrgid(100)) {"Gid": 100, "Members": ["eccles"], "Group": "users", "Password": "x"}
getgrgid(integer)
The getgrgid() function returns a hash of the group for the given Gid.
include("grp") println(getgrgid(100)) {"Gid": 100, "Members": ["eccles"], "Group": "users", "Password": "x"}