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.
Editing a file without awk or sed
Name: Ron Date: August 8, 2003 at 04:36:33 Pacific OS: XP CPU/Ram: AMD
Comment:
Hi. I need to write a script to edit a file without using awk or sed. I am given J5: J4 J2: J3 J1: J2 J3 J: J2 J3 J4
Summary: Need help with awk or sed script. I have multiple files with the following in first line NUMBER_COLUMNS=15 I want to increase the number by 1 so it should say NUMBER_COLUMNS=16 Thanks ..... salman ...
Summary: Hi All, I have two files file1: abc,def,ghi,5,jkl,mno pqr,stu,ghi,10,vwx,xyz cba,ust,ihg,4,cdu,oqw file2: ravi,def,kishore ramu,ust,krishna joseph,stu,mike I need two output files as follows In my abo...
Summary: Hello, How can I do a sed script which modify a file himself ? I try : sed "s/dirty/clean/" myfile > myfile But after that, myfile is empty... How can I do WITHOUT a temporary file. Thanx ! M ...