groups: Move from linux to common (#2407)

This commit is contained in:
Jon LaBelle
2018-10-08 17:33:16 -05:00
committed by Starbeamrainbowlabs
parent e1c4e34b45
commit 02753012bd

View File

@@ -1,15 +0,0 @@
# groups
> Print group memberships for a user.
- Print group memberships for the current user:
`groups`
- Print group memberships for a specific user:
`groups {{username}}`
- Print group memberships for a list of users:
`groups {{username1}} {{username2}} {{username3}}`