Vi ste ovdje
Overview/Description
To explain how to create simple shell scripts using UNIX shell commands
Target Audience
IT professionals and UNIX end-users who need to familiarize themselves with the UNIX shell environment
Prerequisites
Familiarity with the fundamentals of the UNIX operating system and the ability to navigate a file system and use basic shell commands
Expected Duration (hours)
3.0
Lesson ObjectivesUNIX Shell Scripting Basics
explain what a shell script is.
distinguish between the major shell environments and select a shell based on its characteristics.
create and run a simple shell...
Overview/Description
To explain how to use variables, operators, and text editing tools in UNIX shell scripts
Target Audience
IT professionals and UNIX end-users who need to familiarize themselves with the UNIX shell environment
Prerequisites
Familiarity with the fundamentals of the UNIX operating system and the ability to navigate a file system and use basic shell commands
Expected Duration (hours)
3.0
Lesson ObjectivesUNIX Shell Scripting Tools
use variables in UNIX programming.
describe and use script variables and parameters.
explain variable expansion and use array variables.
use...
Overview/Description
To describe how to use flow control, incorporate user input in UNIX shell programs, and debug shell programs
Target Audience
IT professionals and UNIX end-users who need to familiarize themselves with the UNIX shell environment
Prerequisites
Familiarity with the fundamentals of the UNIX operating system and the ability to navigate a file system and use basic shell commands
Expected Duration (hours)
3.7
Lesson ObjectivesWriting UNIX Shell Programs
explain the principles of logical flow in a shell program
use conditional expressions to provide flow control in shell programs...