Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/lilydjwg/archutils
- Owner: lilydjwg
- License: gpl-3.0
- Created: 2024-08-25T06:30:56.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T07:36:41.000Z (5 months ago)
- Last Synced: 2024-08-26T07:37:54.059Z (5 months ago)
- Topics: archlinux
- Language: Python
- Homepage:
- Size: 18.6 KB
- Stars: 1
- 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
```