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
9 months agoJennifer
9 months agoClare
9 months agoYvette
9 months agoMadalyn
10 months agoBarbra
10 months agoJesusita
10 months agoKirby
10 months agoNicolette
10 months agoBettina
10 months agoVince
10 months agoWeldon
10 months ago