Showing posts with label bash. Show all posts
Showing posts with label bash. Show all posts

Thursday, June 2, 2016

How to Install and Use the Linux Bash Shell on Windows 10

Windows 10’s Bash Shell


This isn’t a virtual machine, a container, or Linux software compiled for Windows (likeCygwin). Instead, Windows 10 gains a Windows Subsystem for Linux, which is based on Microsoft’s abandoned Project Astoria work for running Android apps on Windows

Tuesday, September 4, 2012

Advanced Bash-Scripting Guide by LDP

The tutorial assumes no previous knowledge of scripting or programming, but progresses rapidly toward an intermediate/advanced level of instruction . . . all the while sneaking in little nuggets of UNIX® wisdom and lore. It serves as a textbook, a manual for self-study, and a reference and source of knowledge on shell scripting techniques. The exercises and heavily-commented examples invite active reader participation, under the premise that the only way to really learn scripting is to write scripts.
This book is suitable for classroom use as a general introduction to programming concepts.

Follow the link : Advanced Bash Scripting

Tuesday, April 10, 2012

What is "the shell"?


Simply put, the shell is a program that takes your commands from the keyboard and gives them to the operating system to perform. In the old days, it was the only user interface available on a Unix computer. Nowadays, we have graphical user interfaces (GUIs) in addition to command line interfaces (CLIs) such as the shell.

On most Linux systems a program called bash (which stands for Bourne Again SHell, an enhanced version of the original Bourne shell program, sh, written by Steve Bourne) acts as the shell program. There are several additional shell programs available on a typical Linux system. These include: kshtcsh and zsh.

Monday, February 6, 2012

Advanced Bash-Scripting Guide


Advanced Bash-Scripting Guide 
version:6.4
author:Mendel Cooper, <thegrendel.abs(at)gmail.com>
last update:Aug 2011
available formats:
  1. HTML (read online)
  2. HTML (read online, single file, 2.3M)
  3. HTML (tarred and gzipped package, 656K)
  4. PDF (2.6M)
  5. PostScript (1.4M)
  6. text (495K)
  7. PluckerDB (677K)

Sunday, June 5, 2011

Advanced Bash-Scripting Guide


 Advanced Bash-Scripting Guide
version:6.3
author:Mendel Cooper, <thegrendel.abs(at)gmail.com>
last update:Apr 2011
available formats:
  1. HTML (read online)
  2. HTML (read online, single file, 2.2M)
  3. HTML (tarred and gzipped package, 649K)
  4. PDF (2.6M)
  5. PostScript (1.4M)
  6. text (489K)
  7. PluckerDB (669K)

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.