Aixfundamentals
Aixfundamentals
DAY 1
Course Introduction
Input redirection
Output redirection
Pipes
Exercise: Using redirection and pipe facilities
DAY 2
Session 4: INTRODUCTION TO THE vi EDITOR
Overview
The bash shell
The korn shell
Exercises: Recall and Edit Commands
DAY 3
Session 8: FILTERING TEXT
Overview
The cut command
An introduction to awk
The nl command
Exercises: Filtering Text
Session 9: PROCESSES
What is a process?
Monitoring processes
Killing processes
Background processes
Job Control
Grouping commands
Exercise: Monitoring and controlling processes
Session 10: THE USER ENVIRONMENT
DAY 4
AIX Fundamentals Training Course
Session 12: UNIX COMMAND REVIEW
Environment variables
Local variables
Assigning values to variables
Assessing variable values
Using quotes
Delimiting variable names
echo control sequences
Exercise: Add variables to a script
The if statement
The test command
Exercise: Adding validation to previous scripts
DAY 5
Session 19: LOOP CONSTRUCTS
What is a function?
Syntax
Examples
Exercise: Add a function to a script
Interrupt signals
Trapping interrupts
Exercise: Adding traps to the menu script