JAVA/Sun Exam Questions

Wally wants to list all files in his current directory. Choose the command that will list all the fi

Wally wants to list all files in his current directory. Choose the command that will list all the files only in Wally’s current directory.

A.
echo *

B.
strings .

C.
ls -a

D.
ls -l

E.
ls -R