Skip to content

xxxxxliil/archutils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My personal scripts for Arch Linux

Find orphan files

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

./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:

./findorphanfiles | ./filter_noextract orphanfiles.filter

About

My personal scripts for Arch Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%