Determine if a file is stored sparsely. Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.
 
 
Go to file
Daniel Aleksandersen 538a9a21fc Add clang-tidy to make checks 2022-09-01 06:02:41 +02:00
LICENSES Fix reuse lint errors 2022-09-01 04:01:27 +02:00
.gitignore Fix reuse lint errors 2022-09-01 04:01:27 +02:00
Makefile Add clang-tidy to make checks 2022-09-01 06:02:41 +02:00
README.md Fix reuse lint errors 2022-09-01 04:01:27 +02:00
sparseseek.c Free finfo after use 2022-09-01 04:27:53 +02:00

README.md

sparseseek

Determine if a file is stored sparsely (sparse files). Finds how much of a file is holes (sparse) and data. Compatible with recent versions of Linux, BSD, and Mac.