Linux2
Jump to navigation
Jump to search
Leveraging the power of the Linux command line
Automating things
"batch files"
Output redirection
pipes between simple commands
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.