Reference



home

Here are the important commands that we need as programmers for three main OS's: UNIX, Mac, Windows.

Read this and practice.

List of important commands commandsManualV2.

MS DOS Reference

Here is tutorial on MS DOS commands.

http://www.glue.umd.edu/~NSW/ench250/dostutor.htm

If you need more info, type into google: tutorial dos commands

Consult library for DOS book.


UNIX Reference



In CS1500, and CS2500 I will teach you how to use UNIX. For other higher level classes, you will use your UNIX book, the documentation, the man command, and lots of practice to learn to use UNIX.

[x] Here is a list of basic UNIX commands and tools that are part of UNIX Basic Proficiency. You need to take the book, and practice these commands. If you need help with UNIX:

Read this nice unix tutorial:

http://www.math.utah.edu/lab/unix/unix-tutorial.html

Read this nice unix tutorial:

http://www.ee.surrey.ac.uk/Teaching/Unix/index.html

Commands:

http://www.math.utah.edu/lab/unix/unix-commands.html

Consult library for UNIX book.

Consult electronic books by O'Reilly Publishing:

http://safari.oreilly.com/

Consult SUN for Solaris docs:

http://docs.sun.com/app/docs/doc/806-7612


UNIX Basic Proficiency:

login, logout, pico, lpr

man, mkdir, cd, rmdir, pwd, ls, cp, rm, mv, cat.

tar, sftp, ssh, mail tool.

ps, kill

Using regular expressions to select things of interest:

>ls big*.txt

This will find files: big.txt, bigger.txt, biggest.txt, bigjoe.txt

Java Reference

See my Java Corner under research