[maemo-developers] implementation of 2-dimensional array in bash - kind request
From: Kees Jongenburger kees.jongenburger at gmail.comDate: Sun Jul 6 12:37:10 EEST 2008
- Previous message: implementation of 2-dimensional array in bash - kind request
- Next message: implementation of 2-dimensional array in bash - kind request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello Darius, On Sat, Jul 5, 2008 at 7:54 PM, Darius Jack <dariusjack2006 at yahoo.ie> wrote: > and have 2D array inmterpreted as one row. > so calculating > array2D ( ) i-th j-th element > as i + (j-1) x row length > I agree with Igor what using bash or even better a POSIX shell would be a little insane. Still Dave Taylor have a serries on linuxjounral about shell programming (creating a card game/arrat manipulation) see http://www.linuxjournal.com/article/8704 I think you might find it useful. greetings, P.S. can you stop sending the "Send instant messages to your online friends http://uk.messenger.yahoo.com" in every and each mail?
- Previous message: implementation of 2-dimensional array in bash - kind request
- Next message: implementation of 2-dimensional array in bash - kind request
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]