This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2014:unix:projects:archive_handling [2014/02/03 21:39] – [Procedure] wedge | haas:spring2014:unix:projects:archive_handling [2014/02/04 19:36] (current) – wedge | ||
---|---|---|---|
Line 60: | Line 60: | ||
- Arrange the remaining content by the following criteria: | - Arrange the remaining content by the following criteria: | ||
* name the files smallest, small, big, biggest, and tack on the appropriate extension | * name the files smallest, small, big, biggest, and tack on the appropriate extension | ||
- | * the smallest file will be whichever file represents the smallest/ | + | * the smallest file will be whichever file represents the smallest/ |
- Create a new archive, called **myarchive.tar** containing only these size-themed files. | - Create a new archive, called **myarchive.tar** containing only these size-themed files. | ||
+ | * do NOT store any paths in the archive, just put the files at base level | ||
- Compress **myarchive.tar** on second highest (on the best, not fastest end of the spectrum) compression level in gzip to create the appropriately named **myarchive.tar.gz** | - Compress **myarchive.tar** on second highest (on the best, not fastest end of the spectrum) compression level in gzip to create the appropriately named **myarchive.tar.gz** | ||
+ | * also use the **-n** argument to aid in the verification step below | ||
- Submit **myarchive.tar.gz** using the submit tool. | - Submit **myarchive.tar.gz** using the submit tool. | ||
=====Reflection===== | =====Reflection===== |