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.
awk script help
Name: ayon Date: December 1, 2007 at 01:01:00 Pacific OS: Solaris2 CPU/Ram: UltraSPARC III / 2048M Product: SunBlade2000
Comment:
I have a file which has 2 lines of header information then a series of columns that are seperated by whitespace. How do I use awk to read this file, skip the header lines, extract columns 1, 2, 5 and then output these columns to a new file?
Summary: William was kind enough to help me with the following awk script to convert fields into vCal standard items. It works beautifully in testing, but I cannot get the program I use to output 24h time,...