Linux2

From SourceWiki
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 and controlling jobs

Background, bg, jobs, fg, nohup, top, kill

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?