Feedback

Feedback to trainingforit.co.uk


Site comment Site ratings
Email (optional)

Content

Design

Ease of use

Overall

HP-UX Posix Shell Programming

Summary
Length:
5 days
Price:
1,695 GBP excl. VAT
Training Provider:
StayAhead Training plusStayAhead Training
Location:
Training Method:
Startdate:  
London: 05/03/2012, 30/04/2012, 25/06/2012, 13/08/2012, 24/09/2012, 19/11/2012

About HP-UX Posix Shell Programming

HP-UX Posix Shell Programming Course Overview
This Hewlett Packard HP-UX Posix 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 HP-UX tools to manipulate text and incorporate into HP-UX shell scripts.

Skills Gained
The delegates will practise:
  • Writing simple scripts to enhance basic command output
  • Using the various shell quoting mechanisms appropriately
  • Manipulating shell variables and user-defined variables in scripts
  • Implementing conditional execution facilities
  • Using the shell's built-in loop constructs where appropriate
  • Writing scripts to trap user interrupts
  • User defined Functions
  • Developing menu-driven shell scripts
  • Backing up and restoring files
  • Scheduling background jobs using cron and at
  • Using file comparison utilities
  • Using the head and tail utilities
  • Using the cut and paste utilities
  • Using split and csplit
  • Identifying and translating characters
  • Sorting files
  • Using regular expressions
  • Translating characters in a file
  • Selecting text from files with the grep family of commands
  • Editing text files with sed
  • Creating programs with awk

Who will the Course Benefit?
Programmers, developers and system administrators who need to construct shell scripts using advanced text handling facilities.

The HP-UX Posix Shell Programming course assumes knowledge of the HP-UX Operating System to the level covered in the HP-UX Introduction 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 HP-UX programming and development tools.

Note:
This 5-day HP-UX Posix Shell Programming course combines the HP-UX Shell Programming and HP-UX Advanced Shell Programming Tools courses.  If the dates allocated to this 5-day course are not suitable, then this course can also be booked by selecting dates from both the HP-UX Shell Programming and the HP-UX Advanced Shell Programming Tools courses.  The Shell Programming course should be attended first and may start on either a Monday or a Thursday.

Pre-Requisite Courses
  • HP-UX Introduction




Follow-On Courses
  • HP-UX System Administration


  • Oracle SQL




NOTE: Course technical content is subject to change without notice.

HP-UX Posix Shell Programming Training Course
Course Contents - DAY 1
Course Introduction
  • Administration and Course Materials
  • Course Structure and Agenda
  • Delegate and Trainer Introductions

Session 1: UNIX COMMAND REVIEW
  • Basic UNIX commands
  • Filename generation characters
  • Redirection and pipes

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:   Create and run a simple shellscript

Session 3: USING VARIABLES
  • Environment variables
  • Local variables
  • Assigning values to variables
  • Accessing variable values
  • Using quotes
  • Delimiting variable names
  • echo control sequences
  • Exercises:   Use variables in shellscripts

Session 4: INTEGER ARITHMETIC
  • Using the expr command
  • Using the (( )) notation
  • Exercises:   Use integer arithmetic in shellscripts

Session 5: HANDLING RUN TIME INPUT
  • The read command
  • Command line arguments and related variables
  • Exercise:   Writing an interactive shell script

Session 6: CONDITION TESTING
  • The if-then-elif-else statement
  • String tests
  • Integer tests
  • Filename tests
  • Other test notations
  • Default and substitute variables
  • Exit status codes
  • Counting characters
  • Testing for numeric input
  • Exercise:   Add validation to previous scripts

HP-UX Posix Shell Programming Training Course
Course Contents - DAY 2
Session 7: LOOP CONSTRUCTS
  • The while loop
  • The until loop
  • The while true and until false loops
  • The for loop
  • Loop control commands
  • Exercises:   Enhance the previously written scripts with loop constructs

Session 8: MULTI-BRANCH DECISIONS
  • The case statement
  • Patterns and actions
  • Menu driven applications
  • Exercise:   Develop and write a menu system

Session 9: FUNCTIONS
  • What is a function?
  • Function syntax
  • Exercises:   Create and use functions

Session 10: INTERRUPT HANDLING
  • Interrupt signals
  • The trap command
  • Abnormal termination of scripts
  • Exercise:   Adding traps to the menu script

Session 11: ADDITIONAL FEATURES
  • The exec command
  • The includes notation
  • Arrays
  • Here Documents
  • Exercise:   Enhance scripts

HP-UX Posix Shell Programming Training Course
Course Contents - DAY 3
Session 12: REVIEW OF SHELL FUNDAMENTALS
  • Review of UNIX Commands

Session 13: USING UNIX SHELLS
  • Command line history and editing
  • The Korn and POSIX shells
  • The Bash shell
  • Command aliasing
  • The shell startup file
  • Shell environment variables

Session 14: REDIRECTION, PIPES AND FILTERS
  • Standard I/O and redirection
  • Pipes
  • Command separation
  • Conditional execution
  • Grouping commands
  • UNIX filters
  • The tee command

Session 15: BACKUP AND RESTORE UTILITIES
  • Archive devices
  • The cpio command
  • The tar command
  • The dd command
  • Exercise:   Backing up and restoring files using tar
  • Exercise:   Backing up and restoring files using cpio

Session 16: BACKGROUND JOB SCHEDULING
  • Starting background jobs
  • Background tasks and the nohup command
  • Process priorities and the nice command
  • Job control
  • Scheduling jobs with the at command
  • Scheduling jobs with the cron command
  • Exercise:   Running and background jobs

HP-UX Posix Shell Programming Training Course
Course Contents - DAY 4
Session 17: REGULAR EXPRESSION NOTATION
  • Regular expressions
  • Extended regular expressions

Session 18: SEARCHING FILES FOR PATTERNS
  • The grep family of commands
  • The grep command
  • The fgrep command
  • The egrep command
  • Exercises:   Search for patterns with grep and egrep

Session 19: THE STREAM EDITOR - SED
  • Introduction and command line syntax
  • The sed program structure
  • sed program processing
  • Use sed commands
  • sed addresses
  • sed instructions
  • Hold and get functions
  • Advanced flow control
  • Exercises:   Simple text processing with sed
  • Exercises:   Create sed scripts to edit files

Session 20: 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
  • Exercise:   Identifying file differences

Session 21: FILE MANIPULATION COMMANDS
  • The head and tail commands
  • The cut command
  • The paste command
  • The pr command
  • The split and csplit commands
  • Exercises:   Manipulate text with cut and paste
  • Exercises:   Manipulate text with head and tail

Session 22: IDENTIFY AND TRANSLATE CHARACTERS
  • od - octal dump
  • Use cat to display non-printing characters
  • The expand and unexpand commands
  • The tr command
  • Exercises:   Translating text files with tr
  • Exercises:   Display non-printing characters

HP-UX Posix Shell Programming Training Course
Course Contents - DAY 5
Session 23: SORTING FILES
  • The sort command
  • Specify sort keys with -k
  • Sort by column positions
  • The uniq command
  • Exercises:   Sorting text files

Session 24: INTRODUCTION TO THE PATTERN SCANNING UTILITY - AWK
  • Introduction and command line syntax
  • The awk program structure
  • Use regular expressions
  • Operators
  • Simple patterns
  • Extended patterns
  • Comments
  • Special patterns (BEGIN and END)
  • Program variables
    • Built-in variables
    • User defined variables

  • Mathematical operators
  • Enhanced printing
  • Handling user variables
  • Exercises:   Create simple awk scripts
  • Exercises:   Create a simple awk script using variables

Session 25: AWK PROGRAM CONTROL STRUCTURES
  • Program control structures
  • The if construct
  • The while and do ... while constructs
  • The basic for construct
  • Associative array handling
  • Functions
    • Built in functions
    • The system function
    • The getline function
    • User defined functions

  • Exercises:   Create an awk script using an associative array
  • Exercises:   Create an awk script using a for loop and if statement
  • Exercises:   Create an awk script using functions

Continuing studies

Follow on courses: HP-UX System Administration, Oracle SQL

Expenses

£1,695.00

About StayAhead Training

technical it training

SQL, Oracle, UNIX and Linux experts

StayAhead Training are recognised as one of the top 50 IT Training organisations in the UK and the first choice provider of UNIX, Linux, MySQL and Oracle training courses for many of the UK's most prominent organisations.

StayAhead Training was established in 1992 and now have training centres in London, Birmingham, Manchester, Leeds, Edinburgh and Bristol. Because of this, StayAhead are able to offer a large range of scheduled, tailored and onsite training. Independent of where you are based, StayAhead can help you and your firm's IT requirements be reality.

StayAhead IT Training works with some of the largest names in the IT training industry to provide courses on behalf of Parity Training, Global Knowledge, New Horizons and many more.

unix, linux, oracle, sql, javaSpecialist IT training

StayAhead Training have a formidable reputation for quality and expertise within the UNIX, Oracle, Linux and MySQL arena and enjoy an enviable position in the UK by being amongst the top IT Technical training organisations.

The UNIX curriculum not only covers standard UNIX but includes a range of Solaris, AIX, HP-UX, Linux, SUSE, LPI & Red Hat Linux training. The Oracle curriculum also has depth with courses available for DBAs, Developers and Designers. If certification is important to you then again we do not disappoint taking delegates to the level required to take the examinations in Solaris, Red Hat, SUSE, LPI, MySQL, Oracle Forms Developer and Oracle DBA. With the Oracle e-business suite growing in popularity a range of Oracle Financials courses are also available.

StayAhead's training flexibility comes from developing their own courses that include high quality course material, written not only to support the learning process, but can also act as a helpful reference guide on the delegates return to work.

In-house IT training

In addition to the public schedule of courses provided, StayAhead offer all courses in-house at a client's site, or at a StayAhead location. All courses can be tailored to meet our clients' specific needs. For courses at the client's site StayAhead can provide all the necessary hardware and software.

StayAhead's focus on IT training

StayAhead understands the best approach for such technical IT training is always to be enthusiastic, business-like, informal yet professional. Whether delegates attend a StayAhead Training scheduled course or an on-site course, each event is approached in a professional manner.

StayAhead's style of delivery is designed to foster the development of learning. Instructor led tutorials are followed by practical exercises. The style is experiential allowing delegates to take ownership and solve problems for themselves. Research shows that the pace of learning is greatly accelerated when delegates are shown HOW to solve their problems rather than just why they should.

specialist it training


plus Show all courses with StayAhead Training

Request information - obligation free

Get more information from StayAhead Training by filling out the following form. This is a free service for you and the course provider to help you find the most suitable training.
To request information from StayAhead Training, please fill out the following details:
* =  Required field
Email Address*
First Name*
Last Name*
Company
Position
Town/City*
Telephone*
Start date
Number of participants
Message*
Rules

Contact information for StayAhead Training

StayAhead Training

6 Long Lane, Barbican
EC1A 9HF London

Phone no: 020 7600 6116
www.stayahead.com

More Information
Request Information
To request information from HP-UX Posix Shell Programming, please fill out the following details:

What happens now?
Write a course review
Have you studied » HP-UX Posix Shell Programming at » StayAhead Training? Share your experience & help others to pick the right course. Set grades (1-5) where 1= very poor & 5 = excellent.
V. Poor | Poor | OK | Good | Excellent
Trainer / Provider
Venue / Facilities
Course Materials
Networking with other delegates

Do you recommend the provider:


Need help finding the right course?

  
By submitting your e-mail, you become a member of Trainingforit.co.uk