This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
haas:spring2018:unix:projects:upf1 [2018/03/07 17:00] – [upf1steps] wedge | haas:spring2018:unix:projects:upf1 [2018/03/17 12:59] (current) – [Process] wedge | ||
---|---|---|---|
Line 8: | Line 8: | ||
=====Errata===== | =====Errata===== | ||
- | * any bugfixes or project updates will be posted here | + | * revision: unittools now all list **-I** argument (input delimiter) on help; **hm2Dm** link should also connect correctly (20180308) |
=====Objective===== | =====Objective===== | ||
Line 117: | Line 117: | ||
<cli> | <cli> | ||
lab46: | lab46: | ||
- | 35.000 cm >> 13.780 in >> 1.148 ft | + | 35.000cm >> 13.780in >> 1.148ft |
lab46: | lab46: | ||
</ | </ | ||
Line 134: | Line 134: | ||
* your script should ONLY produce STDOUT output in conformance with the below stated requirements. Any other output needs to be silenced. | * your script should ONLY produce STDOUT output in conformance with the below stated requirements. Any other output needs to be silenced. | ||
* You will want one unified command-line producing the end result, not separate one-step transitions. The idea is to utilize pipes. | * You will want one unified command-line producing the end result, not separate one-step transitions. The idea is to utilize pipes. | ||
+ | * semi-colons used to separate commands do not constitute one command-line, | ||
* For each task, you'll want to display things as follows: | * For each task, you'll want to display things as follows: | ||
* "Task X conversion chain: CHAIN" | * "Task X conversion chain: CHAIN" |