Difference between revisions of "Linux2"

From SourceWiki
Jump to navigation Jump to search
Line 11: Line 11:
  
 
Background, bg, fg, nohup, top.
 
Background, bg, fg, nohup, top.
 +
 +
=Shell Scripting=
  
 
=Environment Variables=
 
=Environment Variables=
Line 18: Line 20:
 
PATH
 
PATH
 
(LD_LIBRARY_PATH)
 
(LD_LIBRARY_PATH)
 
=Shell Scripting=
 
  
 
Uploaded example scripts for:
 
Uploaded example scripts for:

Revision as of 15:13, 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.

Shell Scripting

Environment Variables

SHELL PWD PATH (LD_LIBRARY_PATH)

Uploaded example scripts for:

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

Text Processing

sed, awk.

Managing Data?