Using arrays with the Bash Shell

Chris Jeffares cjeffare@cs.iupui.edu
Sat May 31 11:02:00 GMT 1997


Is it possible to use arrays with the Bash Shell, such as this


	var[$lineno]=$line
	if ["${var[$lineno]}"= x]
	then
		echo found
	fi
		lineno=`expr $lineno + 1`


This is possible in other Shells, but is it possible in the Bash
Shell, if how do I go about it.

Thanks again

Chris J

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

	Chris Jeffares		
	Graduate Research Assistant 	 Purdue University at Indianapolis
	
	office ==> SL041, (317) 274-3089
	email  ==> cjeffare@cs.iupui.edu
	www    ==> http://klingon.iupui.edu/~cjeffare/home.html

	The Nebraska Cornhuskers, Gotta luv 'em	
	Go Big Red!!...Huckin' Fuskers in 1997 

	"Experience...the name everyone gives to their mistakes."

=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list