Recent Tweets @versorge


(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. versorge posted this