Unix-Linux Shell Scripting Tutorial

 
 
 
 
 
Download PDF FREE
Value This
Doc
Scribd
Average
     
Pages: 34 43
Words: 11851 13640
Characters: 65687 81678
Lines: 613 623
     
     
Letters per word: 5.54 5.99
Words per line: 19.33 21.89
Words per page: 348.56 317.21

Add to your reading list

Flag_red Flag this document

Document Information

11,995 Reads | 1 Comment

Description

A good detailed tutorial for beginners to understand the basics of shell scripting. But experienced "scriptors" find this useful also. It starts from the history of sh shell, and contains details about using variables, conditionals, loops and environment. At last it ends by providing some useful practical examples.

Word_16x16 34 Pages


Date Added

01/13/2009

Category
Tags
Groups
Awards

Flame Rising

Copyright

Attribution Non-commercial

More info »

 

or use Facebook Connect

akulkis

This document looks OK, but naming all of your shell-scripts with a .sh convention is, well, lame. Your naming convention makes you look like either you are a refugee from Windows (.bat), or that the person who taught you shell script programming is one such refugee. STOP IT! A LARGE number of standard commands on Unix systems are shell scripts, and not a single one of them is named in the style of command_name.sh -- they are all just named command_name with no suffix. There is NO reason for a user to know that the command they are running is a shell script. they are

03 / 09 / 2009