arbolducbooks1252 arbolducbooks1252 22-03-2024 Computers and Technology contestada Which of the following commands prints a list of usernames (first column) and their primary group (fourth column) from the /etc/passwd file? 1) awk -F: '{print $1, $4}' /etc/passwd 2) grep -oE '^[^:]+:[^:]+:[^:]+:[^:]+:[^:]+:[^:]+:[^:]+:[^:]+