Friday, February 19, 2010

DABBLING WITH BASH -1

DABBLING WITH BASH - 1

BASH (Bourne Again SHell), the name seemed to echo between 'Bashing' to 'Bourne Trilogy'. The command line for nearly all *nix Operating Systems is actually a programming language !

I am working on version 4.0.33


1)The Hello World Program

1a) from command line

1b) from script


1c) 'Exotic' Hello, World(s)

This program prints Hello and the first command-line argument


2)Counting from 1 to 10



3)Evaluating the squares


4)Some Arithmetic


No comments: