Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
two dimensional arrays
Name: scriptdud Date: September 10, 2004 at 21:49:41 Pacific OS: UNIX CPU/Ram: ?
Summary: I'm assuming you are not talking about arrays. The shell does not support multi-dimensional arrays. But you can create shell variables using the eval command. Suppose you have a line in your datafi...
Summary: No, the only way I can see to do it in awk with an unsorted file is saving the data in a 2-dimensional array and printing it out at the end. Makefile sure your file is sorted by field one before you...