Re: Unpack/Extract a file

2001-12-13 Thread Diego G. Iastrubni
On 2001 December 13 &bet;,Thursday 11:18, Tzafrir Cohen wrote: > > I meant for X. > xterm -e mc I hope you are kidding... ;) It's like running windows commander under wine... (I did it as well). I mean native X. (I am using mc konsole right now). > You can also run gmc. gmc is not a two-pane fi

Re: Unpack/Extract a file

2001-12-13 Thread Tzafrir Cohen
On Sun, 9 Dec 2001, Avi Boots wrote: > Hi, > > How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) > > ---cygwin-1.3.6-5-src.tar.bz2 --- > > ( http://sources.redhat.com/cygwin/ ) (on a linux machine: tar -tjvf , or similar variants) [off

Re: Unpack/Extract a file

2001-12-13 Thread Tzafrir Cohen
On Wed, 12 Dec 2001, Diego G. Iastrubni wrote: > On 2001 December 11 á,Tuesday 04:29, you wrote: > > >Can anybody recommend a similar program for linux? krusader seems OK > > > (blue-white and from the Technion, of course...). But I don't fell OK with > > > it. > > > > What about good-old mc? >

Re: Unpack/Extract a file

2001-12-11 Thread Diego G. Iastrubni
On 2001 December 11 &bet;,Tuesday 04:29, you wrote: (deleted my orrors spelling... does anybody know how to configure kmail to check for spelling orrors each time I press ctrl-enter?) > Well, WinCommandder is a really good program, but it is not free, so I > guess you can't port it yourself. I wa

Re: Unpack/Extract a file

2001-12-10 Thread Tzafrir Cohen
On Tue, 11 Dec 2001, Diego G. Iastrubni wrote: > risking to be off topic: > windows commander on windows can do it too, and even read rpm's. > Is anybody want a port of this program to linux? It was compiled in delphi should a >port should not be that difficault. > I can ask the author (I asked

Re: Unpack/Extract a file

2001-12-10 Thread Avi Boots
- Windows commander can't unpack .bz2 (or maybe i didn't configurate it well) avi. - Original Message - From: "Diego G. Iastrubni" <[EMAIL PROTECTED]> To: "Linux-IL Mailing List" <[EMAIL PROTECTED]> Sent: éåí ùìéùé 11 ãöîáø 2001 00:22 Subject

Re: Unpack/Extract a file

2001-12-10 Thread Diego G. Iastrubni
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Avi Boots > Sent: Sunday, December 09, 2001 11:48 AM > To: [EMAIL PROTECTED] > Subject: Unpack/Extract a file > > > Hi, > > How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) >

RE: Unpack/Extract a file

2001-12-09 Thread Tzahi Fadida
TECTED]]On Behalf Of Avi Boots Sent: Sunday, December 09, 2001 11:48 AM To: [EMAIL PROTECTED] Subject: Unpack/Extract a file Hi, How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) --- cygwin-1.3.6-5-src.tar.bz2 --- ( http://sources.redhat.com/cygwin/ ) Than

RE: Unpack/Extract a file

2001-12-09 Thread Shlomi Fish
unday, December 09, 2001 11:48 AM > >> To: [EMAIL PROTECTED] > >> Subject: Unpack/Extract a file > >> > >> > >> Hi, > >> > >> How can i Unpack/Extract a file/s that have the extension > >> above: (tar.bz2)

RE: Unpack/Extract a file

2001-12-09 Thread Iftach Hyams
tar -xIf file.tar.bz2. You can always pipe it like bzip2 -d |tar -x - >> -Original Message- >> From: Avi Boots [mailto:[EMAIL PROTECTED]] >> Sent: Sunday, December 09, 2001 11:48 AM >> To: [EMAIL PROTECTED] >> Subject: Unpack/Extract a file >>

RE: Unpack/Extract a file

2001-12-09 Thread Gilad Ben-Yossef
> How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) tar vxf test.tar.bz2 --use-compress-program bzip2 # Obligatory RTFM notice: Which you would have known if you had bothered to "man tar". Gilad. -- Gilad Ben-Yossef <[EMAIL PROTECTED]> Tel: +

RE: Unpack/Extract a file

2001-12-09 Thread Erez Doron
tar xjvf file.tar.bz2 or xIvf in newer versions Regards erez -Original Message- From: "Avi Boots"<[EMAIL PROTECTED]> Sent: 12/9/01 11:48:17 AM To: "[EMAIL PROTECTED]"<[EMAIL PROTECTED]> Subject: Unpack/Extract a file Hi,

Re: Unpack/Extract a file

2001-12-09 Thread Nadav Har'El
On Sun, Dec 09, 2001, Avi Boots wrote about "Unpack/Extract a file": > Hi, > > How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) > > --- cygwin-1.3.6-5-src.tar.bz2 --- On Linux, just do tar -Ixvf file.tar.bz2[1] or

Unpack/Extract a file

2001-12-09 Thread Avi Boots
Hi, How can i Unpack/Extract a file/s that have the extension above: (tar.bz2) --- cygwin-1.3.6-5-src.tar.bz2 --- ( http://sources.redhat.com/cygwin/ ) Thank You, Avi. = To unsubscribe, send mail to [EMAIL PROTECTED