We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hidden files are called "dot" . files These start with .
for example: “.bash_history” is the syntax for a dot file name.
Navigate to the directory you want using cd
cd
To see a list of the hidden files go to command line and type: ls -aa
ls -aa
Then type:
open .[file name]
The file will open in a text editor.
Now you know what a hidden file is and how to find them in your directories. : )