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
90 B
Bash
Raw
Normal View
History
Unescape
Escape
Removed all env shebangs, replaced with their direct executables
2018-11-15 06:49:53 -08:00
#!/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