![]() |
![]()
| ![]() |
![]()
NAMEcharon.pipe - filter filenames generated by tartarus and print those exceeding a certain age SYNOPSIScharon.pipe [--null|-0] --maxage days (--profile identifier| --all) [--dry-run] [--verbose] [--help] This program is swiss-army-knife of the charon suite. It does not operate on files itself, but exposes the filtering mechanism of the Tartarus::Charon::Filter module to shell scripting. It does read filenames from its standard input and processes the filenames supplied, writing the filenames of expired files to the standard output. OPTIONS AND ARGUMENTS
EXAMPLECharon.pipe can be used to emplay custom cleanup scripts, for example by gathering filenames through an SSH connection. It can also be used for testing purposes: $ find -maxdepth 1 -type f -printf '%f\0' | charon.local -0 --maxage 7 --all | xargs -0 -- ls -l AUTHORStefan Tomanek <stefan.tomanek@wertarbyte.de>
|