You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it'd be very convenient if drat-trim could handle both .cnf.gz and .drup.gz files. A possibility would be to try and spawn gunzip -k --stdout the_file.{cnf,drup}.gz and read from the file descriptor, to not even have to depend on zlib at all.
The text was updated successfully, but these errors were encountered:
I think it'd be very convenient if drat-trim could handle both
.cnf.gz
and.drup.gz
files. A possibility would be to try and spawngunzip -k --stdout the_file.{cnf,drup}.gz
and read from the file descriptor, to not even have to depend on zlib at all.The text was updated successfully, but these errors were encountered: