Uploading the Output of GED2HTML

When ged2html runs successfully, it places a number of files and subdirectories in the current directory. You will want to upload this entire subtree, without modification, to your Web service provider. One way to do this is to use the ``tar'' program (standard Un*x utility) to package up the entire subtree into a single file that can be uploaded and then unpacked on your service provider's system. Use the command: tar cvf html.tar * to create a binary file ``html.tar'' containing the entire contents of the subtree headed by the current directory. On your service provider's system (usually a Un*x system), go to where you want to unpack the files and type: tar xvf html.tar

GED2HTML home page

Copyright © 1995 Eugene W. Stark. All rights reserved.
stark@cs.sunysb.edu