Y
Hacker News
new
|
ask
|
show
|
jobs
by
saagarjha
745 days ago
I assume this will have a bad time on compressed files?
1 comments
lanfeust
745 days ago
.zip extension is ignored by default along with other binary formats :)
link
saagarjha
745 days ago
Right but like .tar.gz, etc. are also a thing
link
lanfeust
745 days ago
You can just add your extensions to ignore with --ignore-ext. But I'll add .tar.gz and .tar.bz2 since they are widely used.
link
frumiousirc
745 days ago
Or, have the tool recursively read the .tar files' contents.
link