The commands described below need to be entered while logged in to the Unix server. Normally you'll see a prompt ending with $ when the command interpreter (or shell) is ready for another command.
Basically you type
tar cvf tarfile file1 file2 file3 file4 etc
For example:
tar cvf project.tar synopsis.doc mainbody.doc conclusion.doc
(the files synopsis.doc, mainbody.doc and conclusion.doc are copied to a new tar file called project.tar)
For more information, enter the command:
info tar
Please suggest an improvement
(login needed, link opens in new window)
Your views are welcome and will help other readers of this page.