The Best Shell Scripting Online Training With Certification PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: The Best Shell Scripting Online Training With Certification


1
Shell Script Online Training
2
Shell Script
  • Introduction
  • Objectives
  • Course Schedule
  • Course Introductions
  • Pre-requisites
  • Bibliography
  • Delegate Responsibilities
  • Course Summary

3
Shell Script
  • Review of Basics optional
  • Files
  • Directories and Processes
  • Displaying Directories ls
  • Getting Help man
  • Displaying Files cat, more
  • Simple Commands
  • Piping using symbol
  • Redirection using gt symbol
  • Redirection using gtgt symbol
  • Redirecting Input using lt symbol
  • Redirecting Errors

4
Shell Script
  • Shell Programming Shell Scripting Online
    Training
  • Creating Shell Scripts
  • Testing the Command
  • Creating the Script File
  • Adding Execute Permissions
  • Testing the Script
  • Running the Script time
  • Running the Script dot
  • Running the Script exec
  • Running the Script ksh
  • Debugging the Script

5
Shell Script
  • If you have ever opened a book on programming,
    you would immediately recognize this as the
    traditional "Hello World" program. Save your file
    with some descriptive name. How about my_script?
  • The first line of the script is important. This
    is a special clue given to the shell indicating
    what program is used to interpret the script. In
    this case, it is /bin/bash. Other scripting
    languages such as perl, awk, tcl,
    Tk, and python can also use this mechanism.

6
Shell Script
  • A shell script is a text file that contains a
    sequence of commands for a UNIX-based operating
    system. It's called a shell script because it
    combines into a "script" in a single file a
    sequence of commands that would otherwise have to
    be presented to the system from a keyboard one at
    a time.

7
Shell Script
8
Shell Script
  • Creating Menus
  • Conditions case
  • Creating a Menu
  • Iteration while, until
  • Holding the Output sleep
  • Holding the Output dummy read
  • Ending the Script
  • Ending the Loop
  • Hidden Option forking a shell
  • Trapping Interrupts trap

9
Thank You
  • By
  • Smart Mind Online Training
  • Contact Us
  • India91 9949599844
  • USA 1-347-606-2716
  • Emailcontact_at_smartmindonlinetraining.com
Write a Comment
User Comments (0)
About PowerShow.com