Python System Commands
- The systems (sys) library
- from sys import *
- argv as you would like
- len(array) returns the length of an array.
- The os library
- There are many (or most, or all) of the fuctions we have discussed over the course of the semester.
- Plus some nice utility functions.
- Lots in sysDemo.py
- plus
- Fork. (fork.py)
- File access
- Ya, that is there too.
- See mash.py