Unix Bite Exercises
| Level | Name | Tags |
|---|---|---|
| Beginner | Build unix' wc program in python | file processing Unix tempfile |
| Beginner | Display the last part of a file (unix tail) | slicing file processing Unix strip |
| Advanced | Parse unix cal to a weekday mapping | re zip Unix |