Assuming that user1 existed, what would be the result of this command string?
awk -F: '/user1/{print $1 "-" $3 "-" $6}' /etc/passwd
Assuming that user1 existed, what would be the result of this command string?
awk -F: '/user1/{print $1 "-" $3 "-" $6}' /etc/passwd