Difference between revisions of "Shell scripting"

From Freephile Wiki
Jump to navigation Jump to search
(short intro to Bash)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The Linux Documentation Project has an excellent (comprehensive) guide to Bash shell scripting http://en.tldp.org/LDP/abs/html/
+
The Linux Documentation Project has an excellent (comprehensive) guide to Bash shell scripting http://en.tldp.org/LDP/abs/html/ For beginners, there is also the Beginner's Guide http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html
  
 
Bash is the Bourne Again SHell, based on the original Bourne shell.  Bash is the default shell interpreter on Linux (and Mac OSX).  Other shell varieties include the Korn shell and C Shell, but Bash is the most common.
 
Bash is the Bourne Again SHell, based on the original Bourne shell.  Bash is the default shell interpreter on Linux (and Mac OSX).  Other shell varieties include the Korn shell and C Shell, but Bash is the most common.
 +
 +
[[Category:System Administration]]

Latest revision as of 15:57, 11 January 2016

The Linux Documentation Project has an excellent (comprehensive) guide to Bash shell scripting http://en.tldp.org/LDP/abs/html/ For beginners, there is also the Beginner's Guide http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html

Bash is the Bourne Again SHell, based on the original Bourne shell. Bash is the default shell interpreter on Linux (and Mac OSX). Other shell varieties include the Korn shell and C Shell, but Bash is the most common.