Re: tar from inside WO

2016-11-06 Thread Michael Kondratov
Ted, Maybe this will help: http://commons.apache.org/proper/commons-compress/examples.html Michael Sent from my iPhone > On Nov 6, 2016, at 2:43 PM, Theodore Petrosky wrote: > > Are there any examples of taring in a WO app? I see the example in the wiki > for running a command line pro

Re: tar from inside WO

2016-11-06 Thread Matthew Ness
Apache compress? http://mvnrepository.com/artifact/org.apache.commons/commons-compress On Mon, Nov 7, 2016, at 06:43 AM, Theodore Petrosky wrote: > Are there any examples of taring in a WO app? I see the example in the > wiki for running a command line program, but it is very light on > details.

Re: tar from inside WO

2016-11-06 Thread Hugi Thordarson
I used jtar a long time ago, worked fine back then, at least :) https://github.com/kamranzafar/jtar Cheers, - hugi > On 6. nóv. 2016, at 19:43, Theodore Petrosky wrote: > > Are there any examples of taring in a WO app? I see the example in the wiki > for running a command line program, but