EvilZone

Hacking and Security => Tutorials => : artymig July 22, 2012, 04:44:21 AM

: Bash Scripting
: artymig July 22, 2012, 04:44:21 AM
BASH Programming - Introduction HOWTO

"This article intends to help you to start programming basic-to-intermediate shell scripts."

HTML (http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)



Bash Guide for Beginners

"The Bash Guide for Beginners gets you started with Bash scripting and bridges the gap between the Bash HOWTO and the Advanced Bash Scripting Guide. Everybody who wants to make life easier on themselves, power users and sysadmins alike, can benefit from reading this practical course. The guide contains lots of examples and exercises at the end of each chapter, demonstrating the theory and helping you practice. Bash is available on a wide variety of UNIX, Linux, MS Windows and other systems."

HTML (http://tldp.org/LDP/Bash-Beginners-Guide/html/index.html)
HTML One File (http://tldp.org/LDP/Bash-Beginners-Guide/html/Bash-Beginners-Guide.html)
tarred and gzipped HTML (http://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.html.tar.gz)
PDF (http://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.pdf)
gzipped PostScript (http://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.ps.gz)
gzipped text (http://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.txt.gz)
PluckerDB (http://tldp.org/LDP/Bash-Beginners-Guide/Bash-Beginners-Guide.pdb)



Advanced Bash-Scripting Guide

"This document is both a tutorial and a reference on shell scripting with Bash. It assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction. The exercises and heavily-commented examples invite active reader participation. Still, it is a work in progress. The intention is to add much supplementary material in future updates to this document, as it evolves into a comprehensive book that matches or surpasses any of the shell scripting manuals in print."

HTML (http://tldp.org/LDP/abs/html/index.html)
HTML One File (http://tldp.org/LDP/abs/html/abs-guide.html)
tarred and gzipped HTML (http://tldp.org/LDP/abs/abs-guide.html.tar.gz)
PDF (http://tldp.org/LDP/abs/abs-guide.pdf)
gzipped PostScript (http://tldp.org/LDP/abs/abs-guide.ps.gz)
gzipped text (http://tldp.org/LDP/abs/abs-guide.txt.gz)
PluckerDB (http://tldp.org/LDP/abs/abs-guide.pdb)



Bash Prompt HOWTO

"Creating and controlling terminal and xterm prompts is discussed, including incorporating standard escape sequences to give username, current working directory, time, etc."

HTML (http://tldp.org/HOWTO/Bash-Prompt-HOWTO/index.html)



Sources: http://tldp.org/guides.html (http://tldp.org/guides.html), http://tldp.org/HOWTO/HOWTO-INDEX/howtos.html (http://tldp.org/HOWTO/HOWTO-INDEX/howtos.html)
: Re: Bash Scripting
: Kulverstukas July 22, 2012, 08:19:09 AM
(http://meh.get-it.us/wp-content/uploads/2011/05/379.jpg)

But either way, it's a nice paper. Thanks for caring :)
: Re: Bash Scripting
: manny6574 July 22, 2012, 11:39:13 AM
Nice, I was looking for some shell scripting tuts recently. :D