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.
sed script ??
Name: peter Date: September 11, 2003 at 07:37:45 Pacific OS: win CPU/Ram: 512
Comment:
Hi all ... I feel kind of dumb asking this .. but for some reason I can not figure it out.
if I had an email addreess of the following format
firstname.lastname@caompany.com I need to get the first letter from the first name and append it to the last name, and then put the new word in front of the email address
Summary: how any one can write SED script for following requirement? Test1.text file has following data : Che is CLA and XP is //event[tag = cast and line = 29] Che is CLA and XP is //event[tag = cast and line...
Summary: Hello, Can I use sed scripts, for ex: sed -f script filename > newfilename. where script file is : diff -e <my version> <production version> > script. The doubt that i have is in sed, how doe...