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
Revert "Change interpreter from #!/usr/bin/bash to #!/bin/bash" This reverts commit 9c776c34001939420b09f04453123de6d17c0d6a.
2020-06-22 11:17:29 -07: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