Find and print out all hidden files. Use the -iname switch for case insensitive matching.
find / -name ".*" -print -xdev

Category: Linux Tags:
Linux: Use a command terminal, such as xterm or konsole.
Windows: Start > Run, type cmd.exe and press Enter for the command prompt.
Find and print out all hidden files. Use the -iname switch for case insensitive matching.
