awk -F":" '{ print "username: " $1 "\t\tuid:" $3 }' /etc/passwd
از این راه هم می شه cut -d -f1 /etc/passwd
از این راه هم می شه
cut -d -f1 /etc/passwd