While working in his home directory, Wally executes the commands shown in the exhibit. Wally
needs to execute a find command that he had previously executed. He is using a ksh shell.
Choose the command which will execute the find command again.
A.
r 163
B.
!find
C.
!!find
D.
r -f
Explanation: