This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2022:unix:projects:mtf0 [2022/03/15 12:59] – [Submission] wedge | haas:spring2022:unix:projects:mtf0 [2022/03/15 18:09] (current) – [sample outputs] wedge | ||
---|---|---|---|
Line 95: | Line 95: | ||
</ | </ | ||
- | Your script will then occur between the shabang and this final exit command. | + | Your script will then occur between the shabang and this final exit command. Scripts lacking these two bounding elements will not be considered complete and will be subject to credit lost during evaluation. |
====for loops==== | ====for loops==== | ||
Line 146: | Line 146: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46:~/src/ |
(11) 1 2 3 4 5 6 7 8 9 A | (11) 1 2 3 4 5 6 7 8 9 A | ||
| | ||
Line 164: | Line 164: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46:~/src/ |
( 9) 2 3 4 5 | ( 9) 2 3 4 5 | ||
| | ||
Line 176: | Line 176: | ||
<cli> | <cli> | ||
- | lab46: | + | lab46:~/src/ |
(15) 0 | (15) 0 | ||
x------------------------------------------------------------------------ | x------------------------------------------------------------------------ |