Added support for long options on certain scripts, optimized some scripts

This commit is contained in:
Eric Torres
2018-09-14 10:20:21 -07:00
parent 43dfb82042
commit 6ac4c2a66d
5 changed files with 155 additions and 22 deletions

4
lsgroups Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
# List all groups in the system
sort <(awk -F ':' '{print $1}' < /etc/group)