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.
appending few lines to a file
Name: trichyselva Date: August 10, 2006 at 08:06:57 Pacific OS: xp CPU/Ram: p4 Product: pentium
Comment:
i want to open a file automatically (not by using vi) (ex. from another file) insert few characters at say 12th position to 15th position and save it
Summary: my problem is i want to replace a line in a file e.g i want to replace the line DBUID= (some name) with DBUID=$user variable file name is sample.ksh DBUID=aruns010 please help me in solving this pro...
Summary: I was wondering if you could help me with a script to remove ALL the lines in a file that contain the word "BOUNDARY". I have the script like this so far, but It will only remove the first occurance ...
Summary: Hi I would like to insert a line to many files in a directory : for example: abc has to be inserted to files harry.pf barry.pf tom.pf The common denominator for these files are the "*.pf" I need to in...