Find .txt or .cfg files, owned by other accounts, and readable.
find /home -readable -type f \( -iname \*.txt -o -iname \*.cfg \) 2>/dev/null find /home -E . -regex '.*\.(txt|cfg)' 2>/dev/null