File Manipulation
tar [-x|-c] [-v] [-f <archive>] <file(s)>
- Copies files to or restores files from an archive
- Options:
- [-x] extracts files from an archive
- [-c] creates a new archive
- [-v] prints the names of the files in an archive
- [-f <archive>] specifies the archive from which to extract files or to save files. The default archive is /dev/mt0.