Librenix  
(Show all Scripting articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Scripting: Bash Array Tutorial

Up
vote
Down

An excellent introduction to bash arrays including 15 examples...
$ cat arraymanip.sh
#! /bin/bash
Unix[0]='Debian'
Unix[1]='Red hat'
Unix[2]='Ubuntu'
Unix[3]='Suse'

echo ${Unix[1]}

$./arraymanip.sh
Red hat
 read more | score:8122 | -Ray, June 7, 2010
More Programming articles...

Abstract Art by Ray Yeargin

coding headlines

Detailed Error Handling In Bash

Debugging Shell Scripts

Command substitution in Bash scripting

bash tricks

Export Variables in Bash

Porting tips: Perl to Python

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin