Galzzly / extract

MIT License
0 stars 0 forks source link

Odd behaviour when extracting tar.gz bundle #5

Closed Galzzly closed 2 years ago

Galzzly commented 2 years ago

When attempting to extract files from a single archive, to a specified target directory, the command seemed to hang. Found that the target directory, if it did not exist already, was created, but that no files were extracted into it.

To reproduce

  1. What type of file was attempted: a .tar.gz bundle
  2. What command was issued: extract -f archive.tar.gz -d test
  3. What was the output / outcome: That the target directory (test) was created, and any files within the bundle (archive.tar.gz) were extracted into it.

Copy of command executed and output extract -f archive.tar.gz -d test livedata-migrator.tar.gz: Extracting 0 % [------------------------------------------------------------------------------]

Environment (please complete the following information):

Additional context No other context to add

Galzzly commented 2 years ago

Resolved in version 2