https://github.com/lilydjwg/archutils
My personal scripts for Arch Linux
https://github.com/lilydjwg/archutils
archlinux
Last synced: 12 months ago
JSON representation
My personal scripts for Arch Linux
- Host: GitHub
- URL: https://github.com/lilydjwg/archutils
- Owner: lilydjwg
- License: gpl-3.0
- Created: 2024-08-25T06:30:56.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-25T07:36:41.000Z (over 1 year ago)
- Last Synced: 2025-03-20T21:22:22.282Z (about 1 year ago)
- Topics: archlinux
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```