Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Parser Data using AWK
Name: Lewisnkl Date: July 25, 2005 at 02:22:19 Pacific OS: Mac OS X CPU/Ram: G4 / 2GB RAM
Comment:
How could I extract list of files from certain directory and pass it into a awk script to progress these files and output the result into another file.
Summary: Can anyone point me in the right direction to compare two files and combine them using awk. Example. File1 Data 2442,Sep,16,2006,ACTIVE 2068,Aug,17,2006,ACTIVE 2245,Sep,20,2006,ACTIVE 2044,Jun,29,2006...
Summary: I've a loop to read a file line by line. Now each line has 4 columns seperated by space. How do I get 4 diff column values using awk to 4 seperate variables? eg of a line: adas 343434 adas@adas.org I...
Summary: I need help sorting som assembler code (instruction set profiling (static)), using awk. A piece of the code looks like this.... 44000040 <R_Do_Startup_DetectAndInitializeMemoryOrganization>: 440000...