Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
sed/awk word search
Name: foxyscootie Date: February 19, 2004 at 13:21:48 Pacific OS: Solaris 8/UNIX CPU/Ram: Ultra 10
Comment:
Is there a way to search for a word using sed or awk? I need to read from file2 into file1, but only between two specific sections in file1. I can't use perl because the rest of my file is written using bash scripting. I am new to scripting & would appreciate the help. Thanks!
Summary: I am using a ksh script to parse/analyze some text files - files that have records that are over multiple lines. I have used sed and awk in the past; however, I am having trouble with carriage returns...
Summary: I need help with either sed/awk or something else for unix replacing a set of numbers that is in the 2nd row and 3rd column of a file. these numbers represent a date "073006", I need to add the slash...