Which command is used to list all the files in your current directory (including hidden)
Answers
Answered by
8
Answer:
Is
Listing Hidden Files and Folders. The "ls" command has many options that, when passed, affect the output. For example, the "-a" option will show all files and folders, including hidden ones
Answered by
15
Answer:
ls-a
Explanation:
ls-a is the only command that can show the hidden files also in the current directory
Similar questions