piyush1104 / lostfiles

Simple script that identifies files not owned by any Arch Linux package.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lostfiles

A simple script that identifies files not owned and not created by any Arch Linux package.

Usage

Run the script as root. See the included man page for options. Care should be taken in deciding which files might be extraneous, particularly when running in strict mode.

Dependencies

This script is only for Linux distros that use pacman for package management. All dependencies are including the Arch Linux base group but are listed out here for general info:

Executable Arch package providing
bash bash
comm coreutils
find findutils
pacman pacman
sed sed
sort coreutils
tr coreutils
xargs findutils

Links

Package: https://www.archlinux.org/packages/community/any/lostfiles/

About

Simple script that identifies files not owned by any Arch Linux package.


Languages

Language:Shell 88.3%Language:Makefile 11.7%