Ask Question
29 July, 12:03

Write a command to list all files and folders in the current directory, including hidden files.

+3
Answers (1)
  1. 29 July, 12:28
    0
    ls - a for Linux or UNIX based systems.

    dir / a for windows systems.

    Explanation:

    In Linux or Unix based systems we use ls command that shows the directories and the files present in the current directory and for windows, we use dir in command prompt but these commands do not show the hidden directories and files. To show the hidden directories and the files we use ls - a command in Linux and dir / a command in windows.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a command to list all files and folders in the current directory, including hidden files. ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers