This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
notes:sysprog:projects:wut1 [2018/01/30 18:48] – [bitmask.c] wedge | notes:sysprog:projects:wut1 [2018/02/13 19:25] (current) – [command-line arguments] wedge | ||
---|---|---|---|
Line 15: | Line 15: | ||
All of the programs should accept the following command-line arguments (check for program-specific additional ones as well in the appropriate section): | All of the programs should accept the following command-line arguments (check for program-specific additional ones as well in the appropriate section): | ||
- | * **-h/-?** display usage information and exit | + | * **-h** display usage information and exit |
* **-V** display version information and exit | * **-V** display version information and exit | ||
* **-s " | * **-s " | ||
Line 116: | Line 116: | ||
| | ||
- | execute: checksum -H -s "de ad be ef" | + | execute: checksum -b 16 -s "de ad be ef" |
- | or: echo "de ad be ef" | checksum -H | + | or: echo "de ad be ef" | checksum -b 16 |
</ | </ | ||
Line 146: | Line 146: | ||
* **-b BASE** input/ | * **-b BASE** input/ | ||
- | Claimed by: | + | Claimed by: Ben Schultes (bschulte) |
====addition.c==== | ====addition.c==== | ||
Line 192: | Line 192: | ||
< | < | ||
- | rotate.c | + | rotate.c |
| | ||