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 20:08] – [Spirit of project] wedge | haas:spring2018:unix:projects:pwn0 [2018/03/12 20:47] (current) – [Verification] wedge | ||
---|---|---|---|
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===== |