2 ways to list hidden files in Linux
In Linux, there are two types of files: regular files and hidden files. Hidden files are those that start with a dot (“.”). By default, Linux does not show hidden files when you list the contents of a directory. In…

