Skip to content

like the linux `tail` command but for gzip compressed files

Notifications You must be signed in to change notification settings

weirdbricks/ztail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

ztail

Like the linux tail command but for gzip compressed files

Usage

Tail a file

By default the functionality of -f is emulated

./ztail ~/test.log.gz

Stop following a file:

Ctrl+C

Build

  • Install Crystal 0.27
  • Checkout this repo
  • Build with: crystal build --static --release ztail.cr

Known issues

  • High CPU usage as it needs to re-read the gzip file in every iteration

About

like the linux `tail` command but for gzip compressed files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published