On Du, 16 ian 22, 20:44:12, Gokan Atmaca wrote:
> Hello
> 
> > $ cd destination-directory-for-extracted-files
> > $ find top-directory-of-tree-containing-archive-files -type f -name \*7z 
> > -exec 7z e {} \;
> 
> I'm already able to import into a single folder with the following. My
> problem is extracting 7z files, which are in thousands of folders with
> a size of close to 100GB, into their own directories.
>  # find /home/z0/ob7z/ -name "*.7z" -type f| xargs -I {} 7z x -p*****
> -oextract7z {};

And -execdir is not suitable because... ?

By the way, using '{} +' instead of '{} ;' is the same as using xargs. 


Kind regards,
Andrei
-- 
http://wiki.debian.org/FAQsFromDebianUser

Attachment: signature.asc
Description: PGP signature

Reply via email to