Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lilydjwg/archutils

My personal scripts for Arch Linux
https://github.com/lilydjwg/archutils

archlinux

Last synced: 3 months ago
JSON representation

My personal scripts for Arch Linux

Awesome Lists containing this project

README

        

My personal scripts for Arch Linux
====

Find orphan files
----

To find orphan files in `/usr` (files that are not owned by any packages), run

```sh
./findorphanfiles
```

But it will output many generated files that are expected to be orphans. So
a filter can be used to filter out common known orphan files:

```sh
./findorphanfiles | ./filter_noextract orphanfiles.filter
```