> For the complete documentation index, see [llms.txt](https://nkintc.gitbook.io/brainless/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nkintc.gitbook.io/brainless/steam/technology/programs/miscellaneous/gnu-stow.md).

# gnu stow

make sure its installed&#x20;

* [alex stow article on simplistic stow config](https://alexpearce.me/2016/02/managing-dotfiles-with-stow/)
* [linux man page](https://linux.die.net/man/8/stow)
* a creator of gitbook [dotfile](https://github.com/driesvints/dotfiles/blob/master/fresh.sh)

from [the location](https://www.tecmint.com/delete-all-files-in-directory-except-one-few-file-extensions/) some useful action commands&#x20;

```
$ rm -v !("filename1"|"filename2") 
```

remove all but filename1 or filename2
