![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Upgrade Guide: Oracle9i Release 2 RAC to Oracle RAC 10g Release 2 on Linux | iBot | Oracle Updates (RSS) | 0 | 04-06-2008 06:10 AM |
| Release Note: Java for Mac OS X 10.4 Release 6 Release Notes | iBot | UNIX and Linux RSS News | 0 | 12-23-2007 11:30 PM |
| Storage Solutions: Oracle and Symantec Certify Veritas Data - Data Storage Connection | iBot | UNIX and Linux RSS News | 0 | 07-20-2007 01:40 AM |
| NoMachine NX 3.0.0 Release Announcement - DABCC.com (press release) | iBot | UNIX and Linux RSS News | 0 | 06-24-2007 04:50 PM |
| AIX and Storage | janet | AIX | 2 | 03-28-2006 10:35 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Awk: Is it possible to release storage?
Hello,
Is it possible in awk to release storage that has been allocated? I am reading two large similar text files and comparing them to create a delta. Each time I read a line from a file I store it in an array - one for each file. It is impossible to know in advance how far it may be necessary to backtrack up each file/array to re-establish correspondence, but once a new correspondence has been established all the old array elements are no longer needed. Can they be returned to the system to reallocate? I am using gawk 3.1.5 from cygwin and running under Windows XP. (Please don't scream - I wish it was Unix, too!) |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|