Additional programs on cattell (partial list)

Details about most of the programs are available in the man pages: man ProgramName
Utilities
---------
egrep     String searching program
grep      Regular expression searching program
agrep     Like "grep" for units other than lines
clean-mac Makes mac files look better for unix (undocumented)
randomize Prints out lines in random order (undocumented)
utree     Allows you to point at files and view or delete them

Useful scripts
--------------
random_background  Puts a random picture on your X terminal
suggestpassword    Suggests a robust password to use
checkpassword      Checks whether a password is any good or not
compress_old       Compresses all files over a year old
new_files          Gets you the up-to-date configuration files

Languages
---------
g++    Gnu's c++
gcc    Gnu's C
gdb    Gnu's excellent debugger
perl   Good programming language for scripting
php    Another one, used for web stuff
awk    Quick and dirty programming language for shell scripts
basic  The real thing

Graphics
--------
xfig    Drawing program
 
LanguageCompilerPath
----------------------------------- 
One thing to note is that our emacs editor has special
capabilities when used to compose either C or FORTRAN source
code.  Depending on the suffix of the file (.c or .f), emacs can
do appropriate indentations and parenthesis checking, to name a
few.

BASIC     basic/pkg/bin/basic
C         cc/bin/cc
C (GNU)   gcc/pkg/bin/gcc
C++ (GNU) g++/pkg/bin/g++


Comments to baron@psych.upenn.edu