Difference between revisions of "Linux2"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
'''Linux2: Leveraging the power of Linux''' | '''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= | =Environment Variables= | ||
Line 26: | Line 28: | ||
* Functions | * Functions | ||
* Arithmetic | * Arithmetic | ||
+ | |||
+ | =Text Processing= | ||
+ | |||
+ | sed, awk. | ||
=Managing Data?= | =Managing Data?= |
Revision as of 13:29, 26 February 2008
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.