Why unix tar truncates long file path (2026)

By Xah Lee. Date: .

unix tar file path truncation

the reason unix tar truncate long file paths is because, by spec, it allows just 100 chars.

took me 30 years to know, why my long file names got fucked by tar, back around 1998.

Wikipedia tar 2021-06-12
Wikipedia on tar, 2021-06-12

unix tar

Unix line truncation problem