Answer:
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.