Linux Foundation LFCS Exam - Topic 7 Question 45 Discussion
Which command chain will count the number of regular files with the name of foo.txt within /home?
B) find /home -type f -name foo.txt | wc -l
A) ls -lR /home | grep 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
Lenna
7 months agoJennifer
8 months agoClare
8 months agoYvette
8 months agoMadalyn
8 months agoBarbra
8 months agoJesusita
8 months agoKirby
8 months agoNicolette
9 months agoBettina
9 months agoVince
9 months agoWeldon
9 months ago