Multiple Choice
File users.csv contains lines as: Christine:Riggs:christine.riggs@sunshine.edu. The command to extract emails from the file is
A) cut -d: -f3 users.csv
B) cut -d, -f3 users.csv
C) cut -d: -f1,2,3 users.csv
D) cut -d, -f1,2,3 users.csv
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: Consider the following script. The output
Q3: The cat command in Linux is used
Q4: Consider the following script. The output
Q5: Shell scripts are<br>A) A list of shell
Q6: Comment lines in script begin with the
Q8: Consider the following script. The output
Q9: A specific set of commands is to
Q10: A user needs the following permissions to
Q11: Shell scripts are used for<br>A) Serving as
Q12: The command that will create a new