The shell command
find -name passwd -printis executed in /etc directory of a computer system running Unix. Which of the following shell commands will give the same information as the above command when executed in the same directory?
ls passwd
cat passwd
grep name passwd
grep print passwd
