December 2009
7 posts
3 tags
4 tags
AWK tip of the day
(the image actually depicts a different awk command)
Get a list of user accounts
sudo awk -F":" '{ print "username: " $1 "\t\tuid:" $3 }' /etc/passwd
1 tag
3 tags
1 tag