Ask Question
23 April, 06:08

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

+3
Answers (1)
  1. 23 April, 07:38
    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?
Get 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 there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers