Which of the following commands will display a list of all files in the current directory, including those that may be hidden?
ls -a
ls --hidden
ls -h
ls –a
Submit