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.
unix for modifying fields
Name: htnkd Date: August 8, 2005 at 07:09:46 Pacific OS: linux CPU/Ram: 2.2
Comment:
I have a file with thousands of records. Example: xxxx|ccccc|County kkkk|oo|ppppp|pppppppp xxxx|ccccc|(County) kkkk|oo|ppppp|pppppppp
I need County, (County) removed from field 3 in this example.
Summary: Best choice would be for that file to have something besides spaces for the field delimeters (comma, semicolon, bar character). Your only problem right now is with spaces in phone number, but what if...
Summary: I have several ini files that I need to edit some have multiple file names that need to be added and some only have one name. the format is very specific in order for the program to work-- this is whe...
Summary: I am trying to write a Unix program that accepts a user login id or name and displays login id, name, default shell, and last login date and time. I was trying to use a for loop but couldn't get it t...