Difference between revisions of "Linux2"

From SourceWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
[[category:Pragmatic Programming]]
 
[[category:Pragmatic Programming]]
 +
''''Linux2: Leveraging the power of Linux'''
  
==Launching & monitoring Jobs==
+
=Launching & monitoring Jobs=
  
 
Background, nohup, top.
 
Background, nohup, top.
  
==Text Processing==
+
=Text Processing=
  
 
sed, awk.
 
sed, awk.
  
==Environment Variables==
+
=Environment Variables=
  
 
SHELL
 
SHELL
Line 16: Line 17:
 
(LD_LIBRARY_PATH)
 
(LD_LIBRARY_PATH)
  
==Shell Scripting==
+
=Shell Scripting=
  
 
Uploaded example scripts for:
 
Uploaded example scripts for:
Line 26: Line 27:
 
* Arithmetic
 
* Arithmetic
  
==Managing Data?==
+
=Managing Data?=

Revision as of 10:49, 25 February 2008

'Linux2: Leveraging the power of Linux

Launching & monitoring Jobs

Background, nohup, top.

Text Processing

sed, awk.

Environment Variables

SHELL PWD PATH (LD_LIBRARY_PATH)

Shell Scripting

Uploaded example scripts for:

  • Environment Variables
  • Conditionals
  • For loops
  • Functions
  • Arithmetic

Managing Data?