Re: How to unjar a package!

2002-01-25 Thread Paul DuBois
At 13:08 -0600 1/25/02, Paul DuBois wrote: >At 13:32 -0500 1/25/02, Rahadul Kabir wrote: >>can some one please tell me how to unjar a package, like a package which >>comes with .jar extension (executable file). >>thanks > >Just as tar tars and untars, jar jar

Re: How to unjar a package!

2002-01-25 Thread Paul DuBois
At 13:32 -0500 1/25/02, Rahadul Kabir wrote: >can some one please tell me how to unjar a package, like a package which >comes with .jar extension (executable file). >thanks Just as tar tars and untars, jar jars and unjars. :-) jar xf ja

Re: How to unjar a package!

2002-01-25 Thread Michael Stearne
It's like tar. I do "jar xvf file.jar" "man jar" even works! :-) Michael Rahadul Kabir wrote: >can some one please tell me how to unjar a package, like a package which >comes with .jar exten

How to unjar a package!

2002-01-25 Thread Rahadul Kabir
can some one please tell me how to unjar a package, like a package which comes with .jar extension (executable file). thanks - Before posting, please check: http://www.mysql.com/manual.php (the manual) http