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 String Manipulation
Name: eileen_cc Date: March 15, 2004 at 02:55:48 Pacific OS: UNIX CPU/Ram: -
Comment:
Hi,
I am new in UNIX programming. I would like to achive the following tasks. could someone advice me?
1) extract the data from comma separator string and placed into arraylist. 2) for every data in the arraylist, scan the log file to find the last date time timestamp that matches with the content in the arraylist
Summary: I need to do some string manipulation to ensure the final way I put together a feed file trailer isn't done with clumsy coding. Anyone out there who knows Unix string manipulation well, please read on...
Summary: If you have a choice, it might be easier to request only the date components you want instead of the default date line. Â Do man date to see how to return various components of the date (two examples ...
Summary: hello all, i have a string "start(hello) welcome to unix end(hello)start(hi) welcome 2 unix end(hi)". note that this is a string & not a file. i want to look for the word end & insert (xxxx) before it...