Which of the following commands will output a list of all of the file names, under your home
directory and all subdirectories, which have file names ending with .pdf?
A.
search .pdf
B.
ls -name -R ‘*.pdf’
C.
find /home/*.pdf
D.
find ~ -name ‘*.pdf’
Which of the following commands will output a list of all of the file names, under your home
directory and all subdirectories, which have file names ending with .pdf?
Which of the following commands will output a list of all of the file names, under your home
directory and all subdirectories, which have file names ending with .pdf?
A.
search .pdf
B.
ls -name -R ‘*.pdf’
C.
find /home/*.pdf
D.
find ~ -name ‘*.pdf’