Hacker News new | ask | show | jobs
by G4Vi 2682 days ago
I needed to calculate the potential output file size tar would produce, so what better way than using tar itself to calculate it. It just required hooking read, write, and close.

https://github.com/G4Vi/tarsize