1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

Show all groups

-A option
Finally made work Gn and full
Add P function
Add pretty option
Added g option
Finish
This commit is contained in:
Alan Andrade 2014-02-02 01:54:38 -08:00
parent df93eaf5f4
commit accdd37aeb
2 changed files with 456 additions and 0 deletions

View file

@ -33,6 +33,7 @@ PROGS := \
UNIX_PROGS := \
users \
whoami \
id
ifneq ($(OS),Windows_NT)
PROGS := $(PROGS) $(UNIX_PROGS)