find hidden files code example Example 1: view hidden files ls $ ls -a OR $ ls -al Example 2: find exclude hidden files find . -not -path '*/\.*'