Difference between revisions of "Linux2"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 1: | Line 1: | ||
[[category:Pragmatic Programming]]  | [[category:Pragmatic Programming]]  | ||
| − | '''  | + | '''Leveraging the power of the Linux command line'''  | 
= Automating things =  | = Automating things =  | ||
Revision as of 13:37, 26 February 2008
Leveraging the power of the Linux command line
Automating things
"batch files"
Output redirection
pipes between simple commands
Launching & monitoring Jobs
Background, bg, fg, nohup, top.
Environment Variables
SHELL PWD PATH (LD_LIBRARY_PATH)
Shell Scripting
Uploaded example scripts for:
- Environment Variables
 - Conditionals
 - For loops
 - Functions
 - Arithmetic
 
Text Processing
sed, awk.