- One is not restricted to files/processes on the local machine
- tr -dc '[:alpha:]' < /dev/urandom | ssh localhost dd conv=lcase
- One is not restricted to text
- Scripts (both shell and python) can be saved to file to become processes (units of logic) themselves
- Shell scripts generally connect and group existing tools
- These tools can be thought of as a collection of specific mini languages
- python allows you to write general tools
|