• phone icon +44 7459 302492 email message icon info@uplatz.com
  • Register
0- - 0
Job Meter = High

AIX Korn Shell Programming

30 Hours
Online Instructor-led Training
USD 1399 (USD 2800)
Save 50% Offer ends on 30-Jun-2024
AIX Korn Shell Programming course and certification
214 Learners

About this Course

AIX Korn Shell Programming Course Overview

IBM AIX Korn Shell Programming training course is designed to give delegates practical experience in developing and writing shell scripts. Most of the built-in shell commands are introduced together with the main program control structures. The course also gives practical experience using a range of IBM AIX tools to manipulate text and incorporate into AIX shell scripts.
-------------------------------------------------------------------------------------------------------------------------------------------------

Who will the Course Benefit?

Programmers, developers and system administrators who need to construct shell scripts and process text files using advanced text handling facilities.

The AIX Korn Shell Programming assumes knowledge of the AIX Operating System to the level covered in the AIX Basics course. Some programming experience may also prove advantageous.
--------------------------------------------------------------------------------------------------------------------------------------

Course Objectives

To provide the skills needed to develop and customise shell programs and to make effective use of a wide range of standard AIX programming and development tools.
-----------------------------------------------------------------------------------------------------------------------------------------

Course Description

AIX Korn Shell Programming online course get started with korn shell programming. AIX Korn Shell Programming online course intention is to provide a foundation to implement the korn shell programming.

AIX Korn Shell Programming online course will allow the participants to understand the benefits of learning the korn shell programming.

AIX Korn Shell Programming online course is ideally developed for any unix or linux developers who wants to specialize in korn shell and bash shell programming. 

In the AIX Korn Shell Programming online training course, Uplatz provides an in-depth online training for the participants or learners to gain knowledge and able to manage AIX korn shell programming and configuration. Uplatz provides appropriate teaching and expertise training to equip the participants for implementing the learnt concepts in an enterprise.

AIX Korn Shell Programming online training course curriculum covers introduction to shell, shell command syntax, script writing, process management, string manipulation, security, compound commands.

With the help of AIX Korn Shell Programming online course, the learners can discover:

  • Inhouse Terminology and concepts related to the Korn shell programming

  • To define functions

  • Know to compare files of any format

  • Know when to use varied constructs

Uplatz provides an in-depth training to the learners to accelerate their knowledge and skill set required for an AIX Korn Shell Programmer.

-----------------------------------------------------------------------------------------------------------------------------------------
This is a AIX Korn Shell Programming course by Uplatz. 

AIX Korn Shell Programming

Course Details & Curriculum

AIX Korn Shell Programming Training Course

Course Introduction

  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: UNIX COMMAND REVIEW

  • Basic Unix commands
  • General commands
  • File and directory handling commands
  • Filename generation characters
  • I/O Redirection features
  • Other commands

Session 2: GETTING STARTED

  • What is a shell script?
  • Development guidelines
  • Creating and editing shell scripts
  • Naming and storing shell scripts
  • Executing shell scripts
  • Exercise: Write a simple shell script

Session 3: USING VARIABLES

  • 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

Session 4: INTEGER ARITHMETIC

  • Using the expr command
  • Using the (( )) notation
  • Exercises: Add integer arithmetic to a shell script

Session 5: HANDLING RUN TIME DATA

  • The read command
  • Command line arguments
  • Exercise: Writing a generic shell script
  • Exercise: Writing an interactive shell script

Session 6: CONDITIONAL EXECUTION

  • The if statement
  • The test command
  • Exercise: Adding validation to previous scripts

Session 7: ADDITIONAL KORN, BASH & POSIX SYNTAX

  • Other test notations
  • Default and substitute variables
  • Exit status codes
  • Exercise

AIX Korn Shell Programming Training Course

Session 8: LOOP CONSTRUCTS

  • The while loop
  • The until loop
  • The for loop
  • The while true and until false loops
  • Loop control commands
  • Exercise: Enhancing the previously written scripts
  • Exercise: Writing a script to copy files using a 'for' loop
  • Exercise: Writing a script to generate numbers with the 'while' loop

Session 9: MULTI-BRANCH DECISIONS

  • The case statement
  • Menu driven applications
  • Exercise: Developing and writing a menu system

Session 10: FUNCTIONS

  • What is a function?
  • Syntax
  • Examples
  • Creating a Function Library
  • Exercise: Add a function to a script

Session 11: INTERRUPT HANDLING

  • Interrupt signals
  • Trapping interrupts
  • Exercise: Adding traps to the menu script

Session 12: ADDITIONAL FEATURES AND FACILITIES

  • The exec commands
  • The includes notation
  • More about loops
  • Arrays
  • Here Documents
  • Exercise: Create a here script

AIX Korn Shell Programming Training Course

Session 13: BACKUP AND RESTORE UTILITIES

  • Backing-up and restoring files
  • Basic and advanced use of tar
  • Compression utilities gzip, bzip2, zip and compress
  • Exercise: Backing up and restoring files using tar
  • Exercises: Compressing files

Session 14: BACKGROUND JOB SCHEDULING

  • Scheduling jobs with the cron command
  • Scheduling jobs with the at command
  • Exercises: Running background jobs

Session 15: COMMANDS FOR COMPARING FILES

  • Compare two files with the cmp command
  • Compare two files with the comm command
  • Compare two files with the diff and sdiff commands
  • Compare large files with the bdiff command
  • Exercises: Identifying file differences

Session 16: SPLITTING FILES

  • The split and csplit commands
  • Exercises: Splitting files

AIX Korn Shell Programming Training Course

Session 17: IDENTIFYING AND TRANSLATING CHARACTERS

  • od - octal dump
  • Use cat to display non-printing characters
  • The expand and unexpand commands to convert between tab and space characters
  • The tr command for character translation
  • Exercises: Translating characters with tr

Session 18: REGULAR EXPRESSION NOTATION REVIEW

  • Standard regular expressions
  • Extended regular expressions

Session 19: THE STREAM EDITOR sed

  • sed command line syntax
  • sed script files
  • sed command processing
  • sed addresses and simple instructions
  • sed pattern space and hold space
  • Grouping sed commands
  • Hold and get functions
  • Advanced flow control
  • Exercises: Text processing with sed

Session 20: FUNDAMENTALS OF AWK

  • Basic AWK usage
  • AWK program-files
  • AWK scripts
  • AWK variables
  • Pattern matching with AWK
  • AWK extended patterns
  • AWK operators
  • AWK arithmetic operations
  • AWK output
  • Formatting output with printf
  • Exercises: Create awk scripts to extract selected data from a file and generate reports

Session 21: AWK PROGRAM CONTROL STRUCTURES

  • The BEGIN and END functions
  • The AWK if construct
  • The AWK else if construct
  • The AWK while construct
  • Other program control statements
  • The AWK break, continue and exit statements
  • User defined functions
  • Exercises: Create AWK scripts and program-files utilising program control structures

Session 22: AWK FUNCTIONS

  • AWK string functions
  • AWK length, tolower, toupper, index, sub, gsub, match, substr, split, sprintf, system and getline functions
  • Exercises: Generate AWK scripts and program-files to extract and format data using AWK functions

Session 23: AWK ARRAYS

  • AWK associative arrays
  • Multi-dimensional arrays
  • Exercises: Create AWK associative arrays to process text files and generate reports

Session 24: MISCELLANEOUS TOOLS

  • bc (calculator)
  • fuser (testing for files in use)
  • getops (checking options passed to shell scripts)
  • printf (formatting screen output)
  • logger (script logging)
  • xargs (generating arguments for a command)
  • eval (re-evaluating variables)
  • Exercises: Using tools within a shell script
-----------------------------------------------------------
Career Path

AIX Korn Shell Programming online certification course with the help of expert professionals training is recognized across the globe. Because of the increased adoption of the korn shell programming in various companies the participants are able to find the job opportunity easily. The leading companies hire AIX korn shell programmer considering their skill of mastering AIX shell programming concepts. AIX Korn Shell Programming online certification course is known for their knowledge in managing AIX programming environment. After pursuing AIX Korn Shell Programming sonline certification course the participants can become as an AIX programmer, shell developer, linux developer, network analyst, software developer, system administrator and can pursue a wide range of career paths.

-----------------------------------------------------------------------------------------------------------------------------------------



Didn't find what you are looking for?  Contact Us

course.php