Choose the commands used to perform each task.

3. Issue a command to search the /etc/hosts file for hostname.
tee hostname /etc/hosts
find hostname /etc/hosts
grep /etc/hosts hostname
grep hostname /etc/hosts