Multiple Choice
Which command chain will count the number of regular files with the name of foo.txt within /home?
A) ls -lR /home | grep foo.txt | wc -l
B) find /home -type f -name foo.txt | wc -l
C) find /home -name foo.txt -count
D) find /home -name foo.txt | wc -l
E) grep -R foo.txt /home | wc -l
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q83: What is true regarding the command userdel
Q84: Which of the following programs uses the
Q85: What does the symbol within regular expressions
Q86: Why is the correct configuration of a
Q87: What is NOT contained in the locale
Q89: Which of the following commands is used
Q90: What is the default name of the
Q91: The X11 configuration file xorg.conf is grouped
Q92: What is the output of the following
Q93: What is the purpose of the iconv