Difference between revisions of "Linux2"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
==Shell Scripting== | ==Shell Scripting== | ||
− | + | Uploaded example scripts for: | |
+ | |||
+ | * Environment Variables | ||
+ | * Conditionals | ||
+ | * For loops | ||
+ | * Functions | ||
+ | * Arithmetic | ||
==Managing Data?== | ==Managing Data?== |
Revision as of 14:22, 24 February 2008
Launching & monitoring Jobs
Background, nohup, top.
Text Processing
sed, awk.
Environment Variables
SHELL PWD PATH (LD_LIBRARY_PATH)
Shell Scripting
Uploaded example scripts for:
- Environment Variables
- Conditionals
- For loops
- Functions
- Arithmetic