> For the complete documentation index, see [llms.txt](https://wiki.dewaka.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.dewaka.com/cli/chflags.md).

# chflags

* Hide files from Finder

```bash
chflags hidden hello.txt
```

* Unhide

```bash
chflags nohidden hello.txt
```
