Discover Classes. Earn Rewards.

Korn Shell and Bash Shell Programming is unfortunately unavailable

Thankfully we have 14 other Coding Classes for you to choose from. Check our top choices below or see all classes for more options.

Advanced Web Development: CodeWave.JS

Beach Coders Academy @ 615 N Nash St, El Segundo, CA

Take your web development skills to the next level with our immersive coding program. Master JavaScript, Node, Front End Frameworks, and Databases while building a portfolio of real-world projects. Collaborate with classmates and gain hands-on experience in this industry-focused course.

Advanced 13 and older
$2,477

12 sessions

Gift it!

Python Programming 2: Advanced Programming Techniques

ONLC Training Centers @ 10940 Wilshire Blvd, Santa Monica, CA

Enhance your expertise in Python with this course designed to equip you with the tools needed to tackle complex programming challenges.

(7) Advanced 18 and older
$995

2 sessions

Gift it!

Python Programming Level 3: Data Analysis Using Python

ONLC Training Centers @ 10940 Wilshire Blvd, Santa Monica, CA

Master the art of advanced data analysis in Python. Explore powerful tools and methods to manipulate, analyze, and visualize data effectively.

(7) All levels 18 and older
$1,495

3 sessions

Gift it!

Java Programming Level 1: Introduction for Programmers

ONLC Training Centers @ 10940 Wilshire Blvd, Santa Monica, CA

Build a strong foundation and gain practical skills that will set you on the path to becoming a proficient programmer with this introduction to Java.

(7) Intermediate 18 and older
$1,195

3 sessions

Gift it!

Java Programming Level 2: Advanced Programming

ONLC Training Centers @ 10940 Wilshire Blvd, Santa Monica, CA

Upgrade your Java programming skills with advanced techniques and concepts. Master complex topics and enhance your coding prowess with expert guidance.

(7) Advanced 18 and older
$995

2 sessions

Gift it!
See all Coding classes Los Angeles

Korn Shell and Bash Shell Programming

  • Beginner
  • 18 and older
  • $1,595
  • (Exact location to be announced), Santa Monica, CA
  • over 3 sessions

Start Dates (0)

  • $1,595
  • CA - Santa Monica @ (Exact location to be announced), Santa Monica, CA 00000
  • over 3 sessions
Showing 10 of 0

Class Description

Description

What you'll learn in this coding class:

All HOTT courses are available face-to-face, remote-live, on-demand or on-site at your facility

This hands on Korn and Bash Shell scripting course provides a comprehensive introduction to writing Korn and Bash shell scripts. Besides covering fundamental syntax for program flow control, variable assignment and substitution, I/O control, and mathematical expressions, it emphasizes the powerful features of these shells, including built-in string operators, variable typesetting/conversion, functions, and coprocess communication and control. The creative use of standard UNIX and Linux utilities within scripts to solve problems is stressed throughout. 


The course is designed for the administrators and programmers who are developing, testing, or integrating software on UNIX or Linux, as well as for advanced UNIX or Linux users. Both the commonalities and differences between the Korn and Bash shells are examined, and students will have the opportunity to learn from examples coded in both shells. Comprehensive hands on exercises are integrated throughout to reinforce learning and develop real competency.


Students Will Learn:

  • How to write and run shell scripts
  • Using conditional constructs to control script execution
  • Manipulating strings
  • Command-line processing
  • Using regular expressions
  • String processing utilities: sed,grep and awk
  • Counting words, lines and characters
  • Working with compression utilities
  • Writing functions
  • Managing processes
  • Using the ksh and bash commands
  • Working with UNIX I/O streams

Course Prerequisites: 

  • Familiarity with UNIX file system and commands. 
  • Students who are not familiar with UNIX file system and commands should register for the course UNIX/Linux Fundamentals.

Course Overview

Introduction

  • Comparing Popular Shells
  • Korn Shell Compatibility for Bash
  • Korn and Bash Shell Advantages
  • Korn and Bash Shell Disadvantages
  • Versions of ksh and bash
  • Shell Command Syntax
  • Comments
  • Continuing a Command on Multiple Lines
  • Special Characters
  • Pattern Matching
  • Complex Pattern Combinations
  • Tilde Expansion

Process Management

  • Process Priority
  • Background Jobs
  • Signals
  • Traps
  • DEBUG and EXIT
  • ksh Co-Processing
  • bash Co-Processing
  • Pausing
  • Time and Date
  • Scheduling Execution
  • Run Commands Later
  • Aliases
  • How the Shell Finds Commands
  • Command History and Editing

Writing Scripts

  • Shell Programming Language
  • Reserved Words
  • How to Write and Run Scripts
  • Debugging
  • Data Types
  • Using Variables
  • The typeset Command
  • Constants
  • Special Predefined Variables
  • Printing to the Screen (echo, print)
  • The printf Command
  • Accepting Input with ksh
  • Accepting Input with bash
  • Arithmetic Operators
  • Floating-Point Numbers
  • Bitwise Operators
  • Grouping Operations
  • Binary, Octal, and Hexadecimal
  • Indexed Arrays
  • Quoting
  • Command Substitution

Advanced Customization of the Shell Environment

  • Command Line Options
  • The set command
  • Parents and Children
  • Inheritance
  • Exporting
  • Dot Scripts
  • Startup Scripts
  • Environment Variables
  • Setting Prompts in ksh and bash

Programming Logic

  • Conditional Expressions
  • Testing Strings
  • Testing Options
  • Numeric Conditions
  • Testing Completion Status
  • Truth in Korn and Bash Shells
  • The case Statement
  • Loops: while and until
  • The for Loop
  • Menus and the select Statement
  • Redirection and Loops
  • When to Use Different Constructs

Advanced I/O with Streams

  • Redirection Review
  • Opening Additional Streams
  • Redirection Operators
  • Inheriting and Duplicating Streams
  • Caution with exec
  • here Documents

String Manipulation

  • String Comparison
  • String Relations Concatenation
  • Substring Manipulations
  • Wildcards and Pattern Matching

Security

  • Process Ownership
  • suid and sgid Restricted Shells
  • Other Security Features
  • The newgrp Command
  • Statement blocks
  • case Statement

Command Line Processing

  • Getting Data Into Scripts
  • Manipulating Positional Parameters (set, sort, shift)
  • Analyzing Switches with getopts
  • Options
  • Reserved Variables (OPTARG, OPTIND, IFS)
  • Setting Default Values

Performance and Porting Issues

  • Improving the Performance of Scripts
  • Timing Commands and Scripts
  • System Resources
  • Setting Limits
  • Portability Issues

Overview of File Manipulation Utilities

  • Editing a File from a Script
  • Scripting with ed or sed
  • UNIX and Linux Utilities to Manipulate Files
  • Regular Expressions
  • grep and egrep
  • The Stream Editor sed
  • Sorting in Scripts
  • Generating Reports with awk
  • Splitting Large Files
  • Counting Words, Lines, and Characters
  • Transforming File Contents
  • Extracting Text Strings

Additional File Processing Commands

  • Examining and Comparing Files
  • Reporting Differences Between Files
  • Comparing Files of Any Format
  • Displaying Data in Octal and Hex
  • Compressing Data
  • Converting File Formats

Functions

  • Writing Functions
  • Returning Value from Functions
  • Returning String Output
  • Local and Global Variables
  • Defining Functions
  • ksh Autoload Functions

Compound Commands

  • Pipelines
  • Command Lists
  • And and Or Lists
  • Background Jobs
  • Command Grouping
  • I/O Redirection

Note: Classes do not have fixed location. Prior to each class they examine the geographical location of the enrolled students and then select a venue that will provide most convenient overall access for the students. Classes are held in hotel conference rooms and exact location is determined 2 weeks prior to the course date.

Refund Policy

Tuition includes all course materials. Students may withdraw before the second day of class to receive a 100% refund, provided course materials are returned to the instructor. Prorated refunds may be granted for withdrawals after the first day.

Cancellations and Changes: There are no cancellation fees.

Attendance Requirements: Students must attend each day of a course and successfully complete hands on exercises in order to receive a certificate of completion. If a student wishes to retake any portion of a class that he or she completes, the student may do so within 12 months at no extra cost.

Intended Audience: Hands On Technology Transfer, Inc., provides IT training designed for technology professionals who wish to quickly upgrade their computer skills. In most states, the employer bears all training costs.

Reviews of Classes at Hands On Technology Transfer, Inc. (7)

Similar Classes

Benefits of Booking Through CourseHorse

  • Booking is safe. When you book with us your details are protected by a secure connection.
  • Lowest price guaranteed. Classes on CourseHorse are never marked up.
  • This class will earn you 15950 points. Points give you money off your next class!

Questions & Answers (0)

Get quick answers from CourseHorse and past students.

Hands On Technology Transfer, Inc.

HOTT delivers instructor-led technical training across the United States, Canada and the United Kingdom. Whether you attend in person, remote-live or on-demand, our classroom-based training philosophy zeroes in on your ability to work more productively and with higher quality results after training....

Read more about Hands On Technology Transfer, Inc.

CourseHorse Approved

This school has been carefully vetted by CourseHorse and is a verified Los Angeles educator.

Hands On Technology Transfer, Inc.

Hands On Technology Transfer, Inc.

All classes at this location

Google Map

Give This Course as a Gift Card

  • Thousands of classes
  • No expiration
  • Unique and memorable gifts for any occasion
  • Personalized
  • Explore a passion, gain a new skill, discover a new hobby, engage in a memorable experience
  • Instant delivery
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™

Buy a Gift Card

Book this Class as a Group Event

Booking this class for a group? Find great private group events

Or see all Coding Group Events

Explore group events and team building activities ranging from cooking, art, escape rooms, trivia, and more.

CourseHorse Gift Cards

  • Creative & unique gift for any occasion
  • Thousands of classes & experiences
  • No expiration date
  • Instant e-delivery (or choose a date)
  • Add a personalized message
  • Lock in a price with the Inflation Buster Gift Card Price Adjuster™
Buy a Gift Card
gift card with the CourseHorse logo gift card with the CourseHorse logo
Loading...