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
Openwrt and few other projects compress their images (iso or img) to something like xxx.iso.zip or yyy.img.gz.
If I try decompress them, ouch will delete all extensions, so it will be file named xxx and not xxx.iso or yyy and not yyy.img.
Is there workaround for it? I tried to prevent it with
ouch decompress yyy.img.gz yyy.img
but it throw error
[ERROR] failed to canonicalize path `yyy.img`
- File not found