Skip to content

Linux pipe that rolls through log file versions in response to signal HUP.

License

Notifications You must be signed in to change notification settings

arnstein99/piperoller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

piperoller

Linux pipe that rolls through log file versions in response to signal HUP.

Usage: piperoller file_base_name

Example:

bigprogram | piperoller big.log

This would direct output from bigprogam to a series of files big.log.0, big.log.1,and so forth. The output switches files each time piperoller receives a HUP signal: killall -HUP piperoller

About

Linux pipe that rolls through log file versions in response to signal HUP.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages