posixutils-rs
posixutils-rs copied to clipboard
First implementation of unexpand
Hello Jeff. Review, please.
-
fix merge conflicts
-
it does not make sense to open all files, then read files one at a time. Just open and read one file at a time.
Do not needlessly keep open many files, when only one file at a time needs to be open.
Conserve fd's.
Hello Jeff. Please check? Do you see anything to improve?