I made a couple of sloppy typos in the instructions. I will repeat them
below with the typos corrected. Please try again. It helps to have an
overview of what is going on and to have an understanding of tar and how jt
provides similar facilities. That is 'c' creates, 'x' extracts, and 't'
tests (displays contents of jt file).

Please try again and let me know how it goes.

*** expanded instructions with typos corrected
Use jt to transfer a folder of files. jt is similar to tar. It creates a
single file with the info necessary to recreate a folder.

On desktop
   jt '' NB. jt help
   jt 'c';'~temp/t.jt';'~addons/math';'misc' NB. create single t.jt file
from addon/math misc folder
   send email with t.jt attachement

On iPad
   read email and follow single file example to copy to clipboard

   jcbtof 't.jt' NB. put clipboard contents to file t.jt (at root for less
name typing)
   jt 'x';'t.jt';'~addons' NB. extract contents of t.jt

On Mon, Jun 18, 2012 at 12:13 AM, Brian Schott <schott.br...@gmail.com>wrote:

> Eric,
> I got the following error when attempting to pass
> ~addons/math/misc to ipad
>  I had corrected the typo of addond to addons.
>
>   jcbtof'~temp/t.jt'
> ~temp/t.jt
>    jt 'x';'~t.jt';'~addons'
> |rank error: jt
> |   i=.(a     E.d)i.1
>
> ---
> (B=)
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to