User Tools

Site Tools


haas:spring2014:unix:projects:dataproc

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:dataproc [2014/03/23 21:26] wedgehaas:spring2014:unix:projects:dataproc [2014/03/23 21:29] (current) – [Submission] wedge
Line 121: Line 121:
 </code> </code>
  
 +NOTE: Copying/pasting this code into a file to do the project will not earn you credit for task 1. You MUST copy the file from the specified location.
 =====Task 3: Execute your program===== =====Task 3: Execute your program=====
  
Line 135: Line 136:
   * Ignoring the index values in the left-most column, determine which numerical codes occur more than once by concocting a command-line incantation or script that appropriately filters and processes the output.   * Ignoring the index values in the left-most column, determine which numerical codes occur more than once by concocting a command-line incantation or script that appropriately filters and processes the output.
   * Also display with a count of the total number of lines in the output, along with the total number of lines with valid numeric values (ignore "blank" lines and lines with error codes). Finally, display the total count of lines that have duplicates.   * Also display with a count of the total number of lines in the output, along with the total number of lines with valid numeric values (ignore "blank" lines and lines with error codes). Finally, display the total count of lines that have duplicates.
-  * Put your resulting command-line(s) or script in a file called **task5.txt**+  * Put your resulting command-line(s) or script in a file called **task5.sh**
   * Put the output (result) of your command-line(s) or script in a file called **task5.out**   * Put the output (result) of your command-line(s) or script in a file called **task5.out**
  
Line 171: Line 172:
   * Sorts the resulting numeric data according to the value to the left of the dash.   * Sorts the resulting numeric data according to the value to the left of the dash.
   * Re-indexes the data to create a new, more refined, data file. Have a single tab separate the index value from the data value on each line.   * Re-indexes the data to create a new, more refined, data file. Have a single tab separate the index value from the data value on each line.
-  * Put your logic in a file called **task6.txt**+  * Put your logic in a file called **task6.sh**
   * Put your output in a file called **task6.out**   * Put your output in a file called **task6.out**
  
Line 184: Line 185:
     * Task 3: **task3.txt**     * Task 3: **task3.txt**
     * Task 4: **task4.txt**     * Task 4: **task4.txt**
-    * Task 5: **task5.txt** and **task5.out** +    * Task 5: **task5.sh** and **task5.out** 
-    * Task 6: **task6.txt** and **task6.out**+    * Task 6: **task6.sh** and **task6.out**
     * Put all these files in a **tar** archive called **dataproc.tar**     * Put all these files in a **tar** archive called **dataproc.tar**
     * Compress it with max compression using **gzip**     * Compress it with max compression using **gzip**
haas/spring2014/unix/projects/dataproc.1395609961.txt.gz · Last modified: 2014/03/23 21:26 by wedge