getline in BEGIN section, can't seem to use variable as filename?1272 (8/17/2011 6:18:35 PM) comp.lang.awk Hello all, I'm trying something like this: BEGIN { FS="|"; OFS="|"; while (getline 0) { split ($0,bxm_rec,"|"); b_memrecno1 = bxm_rec[2]; b_memrecno2 = bxm_rec[3]; b_score = bxm_rec[5]; bxm_array[b... chilecayenne
Reading a file into 2x dimensional array; can't read in body332 (8/16/2011 8:47:54 PM) comp.lang.awk Hi all, I'm trying my hand at awk again, but just can't seem to get things going. I'm starting this to try to load one file into a 2x dimensional array, and in the body, search it to match on fields of the fil... chilecayenne
Where to get libFLAC.7.dylib to run Hydrogen on OSX?094 (12/15/2005 10:41:58 PM) comp.sys.mac.apps Hi all, I've been trying to install the latest version of Hydrogen, the drum synthesizer. I've been to their sites, and forums and can't find info. It needs libFLAC.7.dylib, but, I can't seem to find an insta... chilecayenne
Oracle Client for Linux on PPC (iBook)?119 (11/22/2005 10:01:32 PM) comp.os.linux.powerpc Hi all, Well, I've been searching around...and from what I'm seeing...there is no way to get Oracle or Oracle client software (SQL*Plus...etc) running on Linux PPC? If this not the case...can anyone point me ... chilecayenne
How to add header to mail.app (x-no-archive for example)435 (3/27/2005 1:38:59 AM) comp.sys.mac.comm Hello all, I'm a bit new to mac OSX...and in the mail.app, I cannot find a way to fix it to add headers by default, for instance x-no-archive:yes Is there a way to do this like with mutt in linux? TIA, chil... chilecayenne
2 fields have embedded \n's, how to get rid of these?1111 (10/26/2004 7:04:52 PM) comp.lang.awk Hello all, I'm working on a csv file I got from excel (I hate these). I've used ~ (tilde) as a delimiter. In a couple of fields...they were free form text...they have some embedded \n's that seem to be throwin... chilecayenne
Can GarageBand run decently on G3 iBook 800Mhz with 640M Ram?465 (9/22/2004 5:50:44 PM) comp.sys.mac.apps Hi all, I just got my first iBook...used. I've dual booted it with Gentoo Linux...and frankly I'm a little surprised how much I'm using OSX. It really is fun and works quite well. I'm starting to futz around ... chilecayenne
Compile linux, aix4, sgi, or sun on Mac OS X?933 (9/11/2004 6:24:26 AM) comp.sys.mac.system Hi, I'm trying to get a unix/linux distibution to compile on my Mac OS X 10.3 machine and I have the following 4 types to choose from: linux, aix4, sgi, sun. Does anyone know if compiling any of these types... cookyourspam(4)