Index: [thread] [date] [subject] [author]
  From: Huned M. Botee <huned.botee@duke.edu>
  To  : 
  Date: Mon, 26 Apr 1999 05:17:03 +0000

tar

nb:

let's say you have a directory of stuff, say "assigment/" in your
current directory. You want to tar/gzip it up.

% tar cvf assigment.tar assignment/*
                    ^^^ note the .tar extension
% gzip assigment.tar

... then you end up with an assigment.tar.gz, which is properly targz'd,
and you can then submit it.

thanks
-- hmb


Huned M. Botee
huned.botee@duke.edu


Index: [thread] [date] [subject] [author]