Multiple Choice
Given a file called birthdays containing lines like: YYYY-MM-DD Name 1983-06-02 Tim 1995-12-17 Sue Which command would you use to output the lines belonging to all people listed whose birthday is in May or June?
A) grep '[56]' birthdays
B) grep 05?6? birthdays
C) grep '[0-9]*-0[56]-' birthdays
D) grep 06 birthdays | grep 05
Correct Answer:

Verified
Correct Answer:
Verified
Q164: Which of the following commands reboots the
Q165: Which file used by XDM specifies the
Q166: What is the purpose of the file
Q167: When starting a program with the nice
Q168: Which umask value will result in the
Q170: Which of the following commands can be
Q171: Which of the following commands will change
Q172: Which Bash environment variable defines in which
Q173: Which of the following commands moves and
Q174: Which of the following statements is valid