User Tools

Site Tools


haas:spring2014:unix:projects:archive_handling

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
haas:spring2014:unix:projects:archive_handling [2014/01/26 20:25] – [Procedure] wedgehaas: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/lightest of the four things... similarly as appropriate with small, big, and biggest (the largest/heaviest of the four things)+    * the smallest file will be whichever file represents the smallest/lightest of the four things (not file size but contextual content of what the file is describing)... similarly as appropriate with small, big, and biggest (the largest/heaviest of the four things)
   - 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.
-  - Compress **myarchive.tar** on second highest compression to create the appropriately named **myarchive.tar.gz**+    * 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** 
 +    * 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=====
haas/spring2014/unix/projects/archive_handling.1390767922.txt.gz · Last modified: 2014/01/26 20:25 by wedge