Difference between revisions of "Linux2"

From SourceWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
'''Linux2: Leveraging the power of Linux'''
 
'''Linux2: Leveraging the power of Linux'''
  
=Launching & monitoring Jobs=
+
= Automating things =
 +
"batch files"
  
Background, nohup, top.
+
= Output redirection =
 +
pipes between simple commands
  
=Text Processing=
+
=Launching & monitoring Jobs=
  
sed, awk.
+
Background, bg, fg, nohup, top.
  
 
=Environment Variables=
 
=Environment Variables=
Line 26: Line 28:
 
* Functions
 
* Functions
 
* Arithmetic
 
* Arithmetic
 +
 +
=Text Processing=
 +
 +
sed, awk.
  
 
=Managing Data?=
 
=Managing Data?=

Revision as of 13:29, 26 February 2008

Linux2: Leveraging the power of Linux

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.

Managing Data?