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 help
Name: Axgop Date: March 18, 2004 at 07:44:26 Pacific OS: AIX 5.2 CPU/Ram: ??
Comment:
I'm trying to sed a character out of a series of files. The character is the euro symbol in Windows, 128 on the character map I believe. In vi it's showing up as ^À. I've tried running:
sed "s/^À//" filein > fileout
but it doesn't work. Man pages and internet searches haven't helped me at all, or I'm just missing something.
Summary: Hi, I am trying to update one of my files and am having trouble updating the date. In my file I have: [a.aa] $$start=08/01/2004 $$end=07/31/2005 [a.bb] $$start=07/01/2004 $$end=06/30/2005 Based on a...
Summary: I have the sed commands but need help stringing them together correctly. Reading a variable length file where the last line is only ^Z. Need to change the preceding line ending in ^M to ^M^Z. ...
Summary: Hi guys, Iam a beginner in awk/sed and need a help on awk/sed. This is my requirement. I have a text file with following entry xx yy zz.txt aa bb cc.txt ee ff gg.txt Iam looking for a program which wi...