Skip to content

Like nohup run something, the output may be too large if run long time. The script/binary will auto rotate output like the logger in golang/python/java...

License

Notifications You must be signed in to change notification settings

cavanwang/run_with_rotate_output

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

run_with_rotate_output

Like nohup run something, the output may be too large if run long time. The script/binary will auto rotate output like the logger in golang/python/java...

Run it like:
./your-binary-with-some-output 2>&1 | ./rotate_output.sh logger-file 4 81920000

About

Like nohup run something, the output may be too large if run long time. The script/binary will auto rotate output like the logger in golang/python/java...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages