On Sun, Jan 16, 2022 at 02:48:00PM -0600, David Wright wrote:
> You obviously meant something else by "Every extracted file must be in
> the same directory" from the literal meaning that I employed.
Yes, the wording is quite ambiguous.
> "My problem is extracting 7z files … into their own directo
On Sun 16 Jan 2022 at 20:44:12 (+0300), Gokan Atmaca wrote:
> On Sun, Jan 16, 2022 at 8:02 PM David Wright wrote:
> > On Sun 16 Jan 2022 at 18:59:49 (+0300), Gokan Atmaca wrote:
> > >
> > > I have hundreds of 7z compressed files in different folders. I want to
> > > open them. Every extracted file
> Ok sorry, duh, you're already doing that :-)
> So write a 5-line script: Loop thru the fully qualified filenames; take the
> first part of each non-qualified filename using the shell's file matching
> operators, make a directory with that name under some parent directory,, then
> extract to it
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 e
On Sun, Jan 16, 2022, 12:33 PM Nicholas Geovanis
wrote:
>
> On Sun, Jan 16, 2022, 11:44 AM 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 abl
On Sun, Jan 16, 2022, 11:44 AM 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 e
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 siz
On Sun 16 Jan 2022 at 18:59:49 (+0300), Gokan Atmaca wrote:
>
> I have hundreds of 7z compressed files in different folders. I want to
> open them. Every extracted file must be in the same directory. How can
> we do this?
$ cd destination-directory-for-extracted-files
$ find top-directory-of-tree
On Du, 16 ian 22, 18:59:49, Gokan Atmaca wrote:
> Hello
>
> I have hundreds of 7z compressed files in different folders. I want to
> open them. Every extracted file must be in the same directory. How can
> we do this?
If I understand your question correctly `find` with the `-execdir`
action shou
Hello
I have hundreds of 7z compressed files in different folders. I want to
open them. Every extracted file must be in the same directory. How can
we do this?
Thanks.
--
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org
⠈⠳⣄
On Fri, 2004-05-28 at 09:40 -0700, Shaun Jackman wrote:
> You might be able to use winelib to compile 7zip from source, if
> you're diehard.
7zip works smoothly in current sid's wine w/o recompilation
--
Dan Korostelev <[EMAIL PROTECTED]>
--
To UNSUBSCRIBE, email to [EM
You might be able to use winelib to compile 7zip from source, if
you're diehard.
Cheers,
Shaun
> Oops - sorry.
> Just found that it is a Windows-only tool (even though it's GPL)
> and requires the Windows SDK to compile.
> [http://bugs.debian.org/cgi-bin/bugreport.cgi
> Is there a .deb version of 7-Zip?
> I have googled, and apt-cache search'd but couldn't find anything other
than
> it may be a "removed" package...
Oops - sorry.
Just found that it is a Windows-only tool (even though it's GPL) and
requires the Windows SDK to compile.
[http://bugs.debian.org/cgi
Hi there,
Is there a .deb version of 7-Zip?
I have googled, and apt-cache search'd but couldn't find anything other than
it may be a "removed" package...
If not, I'll grab the source...
Cheers,
Pete.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? C
14 matches
Mail list logo