---
title: "Show Hidden Files in Finder"
date: 2022-11-14T10:43:56.000Z
author: Z.SHINCHVEN
tags: [macOS, Finder]
canonical: https://atlassc.net/2022/11/14/show-hidden-files-in-finder
---
The shortcut is `Command` + `Shift` + `.` which toggles `AppleShowAllFiles`.

```bash
defaults write com.apple.Finder AppleShowAllFiles TRUE
```

Since shortcut is available there is no need to do it in terminal.
