This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2018:unix:projects:pwn0 [2018/03/12 19:43] – [Only specifying starting value] wedge | haas:spring2018:unix:projects:pwn0 [2018/03/12 20:47] (current) – [Verification] wedge | ||
---|---|---|---|
Line 490: | Line 490: | ||
Basically: I want your solution to be the result of an honest, genuine brainstorming process where you have (on your own) figured out a path to solving the problem, you have dabbled and experimented and figured things out, and you can command the concepts and tools with a fluency enabling you to pull off such a feat. Your solution should demonstrate the real learning that took place and experience gained. | Basically: I want your solution to be the result of an honest, genuine brainstorming process where you have (on your own) figured out a path to solving the problem, you have dabbled and experimented and figured things out, and you can command the concepts and tools with a fluency enabling you to pull off such a feat. Your solution should demonstrate the real learning that took place and experience gained. | ||
- | Cutting corners, avoiding work, skimping on functionality, | + | Cutting corners, avoiding work, skimping on functionality, |
=====Identifying shortcomings===== | =====Identifying shortcomings===== | ||
Line 498: | Line 498: | ||
This can be in the form of comments in your script, or even a separate file submitted at time of submission (if a file, be sure to make mention of it in your script so I can be sure to look for it). | This can be in the form of comments in your script, or even a separate file submitted at time of submission (if a file, be sure to make mention of it in your script so I can be sure to look for it). | ||
- | ====Output Formatting with printf(1)==== | + | =====Output Formatting with printf(1)===== |
You might be wondering how you can full off some of these output formatting feats. The **echo** command, after all, is rather rudimentary. | You might be wondering how you can full off some of these output formatting feats. The **echo** command, after all, is rather rudimentary. | ||
Line 649: | Line 649: | ||
There you will find a file by the name of **outputlist**, | There you will find a file by the name of **outputlist**, | ||
- | Using these files, you can check the functionality of your script in a number of operating conditions, to verify that it is indeed working as it should be. While this isn't likely to cover the full spectrum of possibilities, | + | Using these files, you can check the functionality of your script in a number of operating conditions, to verify that it is indeed working as it should be. While this isn't likely to cover the full spectrum of possibilities, |
=====Submission===== | =====Submission===== |