In Mac Finder, don’t have show hidden. If we want to see hidden for some reason (eg: .htaccess for web development), we can make it easily.
1. Open the Terminal
2. TYPE in terminal
$defaults write com.apple.finder AppleShowAllFiles TRUE
$killall Finder
If you don’t want to see hidden file, just change TRUE to the FALSE.