Progress bar for file descriptors.md 493 B


Title: Progress bar for file descriptors Date: 2018-06-18 10:57:23 Categories: [cli] tags: [pv,fdprogress]

Authors: sedlav

I ran gzip on an 80Gb file, it's processing, but who knows how much it has done yet, and when it will end? I wish gzip had a progressbar. Or MySQL. Or…

Ok. Now every program that reads a file sequentially can have a progressbar:

https://gitlab.com/spanezz/fdprogress

Link