LINUX SHELL SCRIPTING TUTORIAL

Posted by Anonymous 0 komentar
Download free Linux Shell Scripting Tutorial.pdf This tutorial is designed for beginners only and This tutorial explains the basics of shell programming by showing some examples of shell programs. Its not help or manual for the shell. While reading this tutorial you can find manual quite useful ( type man bash at $ prompt to see manual pages). Manual contains all necessary information you need, but it won't have that much examples, which makes idea more clear. For that reason, this tutorial contains examples rather than all the features of shell. I assumes you have at least working knowledge of Linux i.e. basic commands like how to create, copy, remove files/directories etc or how to use editor like vi or mcedit and login to your system.

Table of contents Linux Shell Scripting Tutorial
  • Introduction
    Kernel ~ Shell ~ How to use Shell ~ Common Linux Command Introduction
  • Process
    Why Process required ~ Linux commands related with process
  • Redirection of Standard output/input
    Redirectors ~ Pipes ~ Filters
  • Shell Programming
    Variables in Linux ~ How to define User defined variables ~ Rules for Naming variable name ~ How to print or access value of UDV (User defined variables) ~ How to write shell script ~ How to Run Shell Scripts ~ Quotes in Shell Scripts ~ Shell Arithmetic ~ Command Line Processing (Command Line Arguments) ~ Why Command Line arguments required ~ Exit Status ~ Filename Shorthand or meta Characters (i.e. wild cards)
  • Programming Commands
    echo command ~ Decision making in shell script ( i.e. if command) ~ test command or [ expr ] ~ Loop in shell scripts ~ The case Statement ~ The read Statement
  • More Advanced Shell Script Commands
    /dev/null - Use to send unwanted output of program ~ Local and Global Shell variable (export command) ~ Conditional execution i.e. && and || ~ I/O Redirection and file descriptors ~ Functions ~ User Interface and dialog utility ~ trap command ~ getopts command ~ More examples of Shell Script
here

0 komentar:

Post a Comment