Linux2

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

Leveraging the power of the Linux command line

Output redirection

pipes between simple commands

Automating things

"batch files"

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?