Linux2

From SourceWiki
Revision as of 13:29, 26 February 2008 by Jprenaud (talk | contribs)
Jump to navigation Jump to search

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?