Programming options in Unix



Last revision August 5, 2004

If you do a lot of data analysis or computation in your research or classes, eventually you may need to write some kind of program of your own.

There are three basic alternatives for writing your own programs.

Shell scripts

Interpreted languages, such as awk or perl scripts:

Compiled languages