WPI Mathematical Sciences Department

Mathematical Sciences WWW Server



WPI Applications

The commands in this list start various applications available on many/ all CCC workstation at WPI. Typically they are far more involved than those in the UNIX commands list. This list only gives the user an idea of what is available and how to start, and the list is far from complete. Also, strictly speaking, these are not UNIX commands, and many assume X11 (X-Windows).
The syntax in the first three commands holds for both the C and f77 compilers.

cc  program     . . .   Compile a C PROGRAM to produce executable a.out
cc -c program   . . .   Compile a C PROGRAM to produce object code program.o
f77  -o main.x sub1.f  sub2.f  -llib  main.f
                . . .   compile and link SUBroutines, LIBrary and MAIN
                        Fortran program

gdb executable  . . .   DeBug  C
xxgdb executable &  .   DeBug  C using X11
ddd executable  . . .   Debug  C
dbx executable  . . .   DeBug  C, FORTRAN or other EXECUTABLE
xdbx executable & . .   DeBug  C, FORTRAN or other EXECUTABLE using X11

maple6 &        . . .   start MAPLE, symbolic computation & graphics package

matlab          . . .   start MATLAB, symbolic computation & graphics package
                        (available on all WPI UNIX platforms, including LINUX)

sas8 &          . . .   start SAS, integrated statistical applications package

xv file &       . . .   X11 Viewer for .gif, .jpeg, .tif, etc. FILEs
ghostview file &. . .   VIEW postscript FILE using GHOSTscript
xdvi file &     . . .   X11 Viewer for DeVice Independent FILEs 

bc              . . .   activate Basic Calculator

ftp  computer   . . .   run File Transfer Protocol connecting to COMPUTER
kermit          . . .   workstation <--> pc file transfer program 

gnuplot         . . .   enter the GNU PLOTter for quick function plotting
xpaint &        . . .   open an XPAINT window for pixel painting
xfig &          . . .   open a postscript FIGure drawing window using X11
idraw &         . . .   open a postscript figure DRAWing window using X11

rn              . . .   Read News
xrn &           . . .   Read News using X11

xman &          . . .   X11 MANual page reader

lynx            . . .   start the lynx web browser (text browser)
xmosaic &       . . .   start the mosaic web browser
netscape &      . . .   start the netscape web browser (Alphas Only)

gred            . . .   GRoup file EDitor


Maintained by: ma-questions@wpi.edu
Last Updated: 26 May 1999