Author Topic: Bash Scripting  (Read 2676 times)

0 Members and 1 Guest are viewing this topic.

artymig

  • Guest
Bash Scripting
« on: 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



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
HTML One File
tarred and gzipped HTML
PDF
gzipped PostScript
gzipped text
PluckerDB



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
HTML One File
tarred and gzipped HTML
PDF
gzipped PostScript
gzipped text
PluckerDB



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



Sources: http://tldp.org/guides.html, http://tldp.org/HOWTO/HOWTO-INDEX/howtos.html
« Last Edit: November 20, 2013, 03:59:24 pm by arty »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Bash Scripting
« Reply #1 on: July 22, 2012, 08:19:09 am »


But either way, it's a nice paper. Thanks for caring :)

Offline manny6574

  • /dev/null
  • *
  • Posts: 10
  • Cookies: 1
    • View Profile
Re: Bash Scripting
« Reply #2 on: July 22, 2012, 11:39:13 am »
Nice, I was looking for some shell scripting tuts recently. :D