Linux file utils scripts
The scripts in this package are useful to collect information on the system being used for future reference (e.g. in a AI RAG system).
- dumppacklist.sh: Dump the list of installed packages to a file. (BASH)
- dumppackdetails.sh: Dump package details for a Linux system to a quoted CSV file. (BASH)
- dumpcmdinfo.sh: Creates a CSV file describing commands found in /bin and /usr/bin directories. (BASH)
- dumpcmdpackinfo.sh: Generate the list of files and symlinks found in /usr/bin and determine the package used to install it. (BASH)
- dumpmanpages.sh: Dump man pages for all binaries found in /bin and /usr/bin as text files. (BASH)
- dumpfstat.sh: Generate the detailed file stat information for the files contained in the specified directory. (BASH)
- Last updated: 2025-11-17
- License: This repo including its files is MIT licensed = Free to use and reuse.
- Author: David HEURTEVENT david@heurtevent.org (fruafr)