> In order to "tar" and compress your source and world > files, what should I do? I forgot the command, I know > it starts with "tar" and than "gzip tarfile". I just > need how to tar it, I think this is the archive deal? > I am sorta new to both programming and UNIX. Thanks. tar -cvzf filename.tar.gz <file> [<file> ...] That is what I use. Manfiles are the best resource, though. "man tar" and "man gzip" -- Jon A. Nielsen Lazarus of Spear of Insanity http://spear.kilnar.com/ spear.kilnar.com:1066 -- +---------------------------------------------------------------+ | FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html | | Archives: http://post.queensu.ca/listserv/wwwarch/circle.html | | Newbie List: http://groups.yahoo.com/group/circle-newbies/ | +---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 06/25/03 PDT