$Header: /usr/src/docbook-to-man/cmd/RCS/docbook-to-man.sh,v 1.3 1996/06/17 03:36:49 fld Exp $

transcript compatibility for postscript use.

synopsis: .P! <file.ps>

\. .fl \" force out current output buffer \\!%PB \\!/showpage{}def the following is from Ken Flowers -- it prevents dictionary overflows
\\!/tempdict 200 dict def tempdict begin .fl \" prolog .sy cat \\$1\" bring in postscript file the following line matches the tempdict above
\\!end % tempdict % \\!PE \\!. .. .. . ft \\*(f4 . ds f4\" ' br \} . ft \\*(f3 . ds f3\" ' br \} . ft \\*(f2 . ds f2\" ' br \} . ft \\*(f1 . ds f1\" ' br \} ..
"flow-expire" "1"
"NAME"
flow-expire \(em Manage storage of flow file archives by expiring old data.
"SYNOPSIS"

flow-expire [-h] [-d debug_level] [-e expire_count] [-E expire_size] -w workdir

"DESCRIPTION"

The flow-expire utility will remove the oldest flow files in a directory based on either a count of files or space utilization. The directory is recursively searched for flow files. Files that do not have a flow-tools signature will be ignored. The internal timestamp is used so backups or copies of the flow files that do not retain the original timestamp will not impact the operation of flow-expire. flow-expire is typically used to manage storage in a distributed environment where flows are collected on a different server than they are archived.

"OPTIONS"
"-d debug_level" 10
Enable debugging.
"-e expire_count" 10
Retain the maximum number of files so that the total file count is less than expire_count.
"-E expire_size" 10
Retain the maximum number of files so that the total storage is less than expire_size. The letters b,K,M,G can be used as multipliers, ie 16 Megabytes is 16M.
"-h" 10
Display help.
"-w workdir" 10
Work in workdir.
"EXAMPLES"

Remove the oldest flow files in /flows/krc4 until the total storage is less then 2 Gigabytes.

flow-expire -E2Gig -w /flows/krc4

Remove the oldest flow files in /flows/krc4 until the total number of files is less then 100.

flow-expire -e100 -w /flows/krc4

"BUGS"

Empty directories are not removed.

"AUTHOR"

Mark Fullmer maf@splintered.net

"SEE ALSO"

flow-tools(1) created by instant / docbook-to-man, Thu 11 Feb 2021, 21:34