RSSAmplifier

Ajay Karwal · Jul 17, 2020

Show or Hide hidden files on macOS

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

By default, files which begin with a dot (e.g. .gitignore ) on macOS are hidden from the Finder app. You can however, quickly show or hide these files with a simple Terminal script. # Show files $ defaults write com.apple.finder AppleShowAllFiles YES $ killall Finder # Hide files $ defaults write com.apple.finder AppleShowAllFiles NO $ killall Finder

Read on ajaykarwal.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.