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
/
lsusers.sh
5 lines
99 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
Fixed option parsing with dashes, renamed two scripts
2018-09-15 02:40:20 -07:00
# List all users on the system
sort --unique <
(
awk -F
':'
'{print $1}'
< /etc/passwd
)
Reference in New Issue
Copy Permalink