Spring, 2019
Jewett
Shells and scripting
ATMS 502 / CSE 566
Numerical fluid dynamics
This page serves as a resource for scripting information.
If you find other links that you think would benefit your fellow students, please contact me.

Introduction to the command interpreters (shells) and scripting:
Bash:
  1. HOW-TO (getting started with bash scripting)
  2. Introduction (Wikipedia)
  3. Bash guide (guide for beginners)
  4. Tutorial (HTML and PDFs)
  5. Another tutorial (hypexr.org)
  6. UI E-book library links (links to electronic books; free on-campus access)
Csh:
  1. Wikipedia:  csh and tcsh
  2. Csh scripting introduction
  3. Linux Shell Scripting (you won't need this for our class, but it is put here for your possible later use)
  4. Some argue csh should not be used for scripting, particularly for more complex tasks.