Difference between revisions of "Linux2"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[category:Pragmatic Programming]] | [[category:Pragmatic Programming]] | ||
'''Leveraging the power of the Linux command line''' | '''Leveraging the power of the Linux command line''' | ||
+ | |||
+ | = Output redirection = | ||
+ | pipes between simple commands | ||
= Automating things = | = Automating things = | ||
"batch files" | "batch files" | ||
− | |||
− | |||
− | |||
=Launching & monitoring Jobs= | =Launching & monitoring Jobs= |
Revision as of 15:47, 26 February 2008
Leveraging the power of the Linux command line
Output redirection
pipes between simple commands
Automating things
"batch files"
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.