/>
& :background processes (get job # and pid when you run)
run job in background & create a new file for output
jupiter|/export/home/wyatt/private$ timeRandomArray > xout &
run job in background & append to a file
jupiter|/export/home/wyatt/private$ timeRandomArray >> xout &
fg : brings job to foreground
head, tail filename : shows first/last 10 lines of file
od -x ,-tcx1 : dump the file
redirection > (to file) >> (append to file)
pipe |
.profile alias
finger -l .plan