Additions to intermediate course materials
To be added to Intermediate material:
- `rev`
- when combined with `cut`, can be used to get the last x columns, without the need to first know the number of columns in the file.
- `fmt -1`
- turns a horizontal vector into a vertical
- `rename`
- nice tool to quickly change the names/extensions of a large number of files
- `xargs`
issue