CSCI 3294 (Unix Power Tools): 
	Useful Links and Other Resources 
(Suggestions for additions to this page are welcome;
	send to
	bmassing@cs.trinity.edu.)
 Useful links 
-  Tutorials:
	
 -  Shells and shell scripts:
	
 -  Editors:
	
 -  TeX and LaTeX:
	
 -  Make and makefiles:
	
 -  Regular expressions:
	
	-  
	Learning to Use Regular Expressions (tutorial).
	
 -  Some free programs for testing regular expressions
		(for Linux -- there are several others apparently
		available for Windows only):
		
		-  
			The RegExp Coach
			(installed in my home directory under
			Pgms/regexp).
		
 -  
			Visual REGEXP
			(installed in my home directory under
			Pgms/regexp).
		
 -  
			RegExplorer
			(seems promising, not installed because it
			requires additional libraries).
		
 
	 
 -  CGI scripting:
	
 -  The Linux Documentation Project.
 -  Miscellaneous stuff:
	
	-  How to set things up so you can use ssh
		without supplying a password:
		Dr. Nickels's how-to.
		Notice that the directory $HOME/.ssh should
		not be world-readable!