This website requires JavaScript.
Explore
Help
Sign In
etorres
/
helper-scripts
Watch
1
Star
0
Fork
0
You've already forked helper-scripts
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
helper-scripts
/
lsgroups.sh
5 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
Change shebang
2018-12-15 21:25:04 -08:00
#!/usr/bin/bash
Added support for long options on certain scripts, optimized some scripts
2018-09-14 10:20:21 -07:00
# List all groups in the system
sort <
(
awk -F
':'
'{print $1}'
< /etc/group
)
Reference in New Issue
Copy Permalink