cat-once

Crates.iocat-once
lib.rscat-once
version1.3.0
sourcesrc
created_at2024-07-16 17:49:43.463181
updated_at2024-07-19 19:30:25.050802
descriptionTool used to cat files in tight disc conditions saving disk space
homepage
repository
max_upload_size
id1305349
size34,662
(scx1332)

documentation

README

cat-once

Cat and truncate file at the same time, by recopying it to itself.

Sample usage

Unpack files from zst tar to output directory

cat-once --file test2.tar.zst --truncate 33 | tar -I zstd -xf - -C output

cat-once --dry-run --file heimdall-mainnet-snapshot-bulk-2024-02-01.tar.zst -c 1010765k | tar -I zstd -xf - -C output

Commit count: 0

cargo fmt