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
Describe the bug
First, I compressed a directory which has many files. And then I decompressed it. But the decompressed one is not a directory. It was a file. So, I cannot get in to the directory to search a specific file that I want.
To Reproduce
$ zstd -r --ultra DIRECTORY -o DIRECTORY.zst
$ zstd -d DIRECTORY.zst
decompressed one is not a directory!
Expected behavior
I just wanted to get my file. but '$ cd DIRECTORY' doesn't work.
Desktop (please complete the following information):