This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2014:unix:projects:dataproc [2014/03/23 21:27] – [Task 2: Study the file contents] wedge | haas:spring2014:unix:projects:dataproc [2014/03/23 21:29] (current) – [Submission] wedge | ||
---|---|---|---|
Line 136: | 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 " | * 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 " | ||
- | * 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 172: | 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 185: | 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** |