# \#gzip

**URL:** https://discourse.julialang.org/tag/gzip/1345.md

[Latest](https://discourse.julialang.org/latest.md) · [Categories](https://discourse.julialang.org/categories.md) · [Tags](https://discourse.julialang.org/tags.md)

---

## [CSV.jl bug reading .gz file in Julia 1.11-rc](https://discourse.julialang.org/t/csv-jl-bug-reading-gz-file-in-julia-1-11-rc/117341)

<div class="topic-metadata">

**Author:** [@oscarvdvelde](https://discourse.julialang.org/u/oscarvdvelde)\
**Replies:** 0\
**Last updated:** [July 22, 2024, 1:04pm UTC](https://discourse.julialang.org/t/csv-jl-bug-reading-gz-file-in-julia-1-11-rc/117341 "2024-07-22T13:04:21Z")

</div>

Hello, I tried version 1.11.0-rc and noted a file access error reading a gzipped file with CSV.File, which does not happen in 1.10.4. julia\> data = CSV.File(raw"C:\\Users\\oscar\\Documents\\Work\\Julia\\test3.dat.gz") ERROR:…

---

## [Is this a good way to tar.gz a list of files](https://discourse.julialang.org/t/is-this-a-good-way-to-tar-gz-a-list-of-files/98532)

<div class="topic-metadata">

**Author:** [@sparrowhawk](https://discourse.julialang.org/u/sparrowhawk)\
**Replies:** 0\
**Last updated:** [May 9, 2023, 7:09am UTC](https://discourse.julialang.org/t/is-this-a-good-way-to-tar-gz-a-list-of-files/98532 "2023-05-09T07:09:37Z")

</div>

Hi, I have some code which I don’t control the output of, which generates a whole bunch of files per unique index. We have a restriction on the number of files (inodes) on our filesystem, so it would be nice to make a ta…
