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