Difference between revisions of "Linux2"

From SourceWiki
Jump to navigation Jump to search
Line 8: Line 8:
 
"batch files"
 
"batch files"
  
=Launching & monitoring Jobs=
+
=Launching, monitoring and controlling jobs=
  
Background, bg, fg, nohup, top.
+
Background, bg, jobs, fg, nohup, top, kill
  
 
=Shell Scripting=
 
=Shell Scripting=

Revision as of 07:09, 27 February 2008

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?